#6f311c

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

Shades of Pueblo #6F311C

Tints of Pueblo #6F311C

Color information

#6F311C (or 0x6F311C) is unknown color: approx Pueblo. HEX triplet: 6F, 31 and 1C. RGB value is (111,49,28). Sum of RGB (Red+Green+Blue) = 111+49+28=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F311C is #90CEE3. Grayscale: #414141. Windows color (decimal): -9490148 or 1847663. OLE color: 1847663.

HSL color Cylindrical-coordinate representation of color #6F311C: hue angle of 15.18º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F311C is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1114928-
CMYK00.560.750.56
HSL15.18º59.71%27.25%-
HSV(B)15.18º74.77%43.53%-
XYZ7.865.661.78-
YUV65.14107.04160.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=59.04%
G=26.06%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111492800.560.750.5615.1859.7127.25
Hex6F311C0384B38f3c1b
Octal157613407011370177433
Binary11011111100011110001110001001011111000111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f311c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,49,28); }

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

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

 a { background-color: rgb(111,49,28); }

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

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

 span { border-color: rgb(111,49,28); }

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