#6A271F

Color #6A271F Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #6A271F

Tints of Pueblo #6A271F

Color information

#6A271F (or 0x6A271F) is unknown color: approx Pueblo. HEX triplet: 6A, 27 and 1F. RGB value is (106,39,31). Sum of RGB (Red+Green+Blue) = 106+39+31=176 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.23% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 106 - color contains mainly: red. Hex color #6A271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A271F is #95D8E0. Grayscale: #3A3A3A. Windows color (decimal): -9820385 or 2041706. OLE color: 2041706.

HSL color Cylindrical-coordinate representation of color #6A271F: hue angle of 6.4º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A271F is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB1063931-
CMYK00.630.710.58
HSL6.4º54.74%26.86%-
HSV(B)6.4º70.75%41.57%-
XYZ6.924.611.82-
YUV58.12112.7162.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 60.23%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=60.23%
G=22.16%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106393100.630.710.586.454.7426.86
Hex6A271F03F473A6371b
Octal15247370771077266733
Binary1101010100111111110111111100011111101011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A271F; }

 p { color: rgb(106,39,31); }

 H1.HeaderClassName
 {
   color: #6A271F;
 }
 .AnyTagClassName
 {
   color: #6A271F;
 }
</style>
background-color css

<style>
 a { background-color: #6A271F; }

 a { background-color: rgb(106,39,31); }

 div.DivClassName
 {
   background-color: #6A271F;
 }
 .BgClassName
 {
   background-color: #6A271F;
 }
</style>
border-color css

<style>
 span { border-color: #6A271F; }

 span { border-color: rgb(106,39,31); }

 td.TdClassName
 {
   border-color: #6A271F;
 }
 .TagClassName
 {
   border-color: #6A271F;
 }
</style>