#6F2D14

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

Shades of Pueblo #6F2D14

Tints of Pueblo #6F2D14

Color information

#6F2D14 (or 0x6F2D14) is unknown color: approx Pueblo. HEX triplet: 6F, 2D and 14. RGB value is (111,45,20). Sum of RGB (Red+Green+Blue) = 111+45+20=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2D14 is #90D2EB. Grayscale: #3E3E3E. Windows color (decimal): -9491180 or 1322351. OLE color: 1322351.

HSL color Cylindrical-coordinate representation of color #6F2D14: hue angle of 16.48º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F2D14 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1114520-
CMYK00.590.820.56
HSL16.48º69.47%25.69%-
HSV(B)16.48º81.98%43.53%-
XYZ7.625.311.28-
YUV61.88104.37163.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=63.07%
G=25.57%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111452000.590.820.5616.4869.4725.69
Hex6F2D1403B523810451a
Octal1575524073122702010532
Binary1101111101101101000111011101001011100010000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,45,20); }

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

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

 a { background-color: rgb(111,45,20); }

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

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

 span { border-color: rgb(111,45,20); }

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