#6F2A1C

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

Shades of Pueblo #6F2A1C

Tints of Pueblo #6F2A1C

Color information

#6F2A1C (or 0x6F2A1C) is unknown color: approx Pueblo. HEX triplet: 6F, 2A and 1C. RGB value is (111,42,28). Sum of RGB (Red+Green+Blue) = 111+42+28=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2A1C is #90D5E3. Grayscale: #3D3D3D. Windows color (decimal): -9491940 or 1845871. OLE color: 1845871.

HSL color Cylindrical-coordinate representation of color #6F2A1C: hue angle of 10.12º 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 #6F2A1C is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1114228-
CMYK00.620.750.56
HSL10.12º59.71%27.25%-
HSV(B)10.12º74.77%43.53%-
XYZ7.595.121.69-
YUV61.04109.36163.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.33%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=61.33%
G=23.20%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111422800.620.750.5610.1259.7127.25
Hex6F2A1C03E4B38a3c1b
Octal157523407611370127433
Binary11011111010101110001111101001011111000101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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