#6F2915

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

Shades of Pueblo #6F2915

Tints of Pueblo #6F2915

Color information

#6F2915 (or 0x6F2915) is unknown color: approx Pueblo. HEX triplet: 6F, 29 and 15. RGB value is (111,41,21). Sum of RGB (Red+Green+Blue) = 111+41+21=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2915 is #90D6EA. Grayscale: #3B3B3B. Windows color (decimal): -9492203 or 1386863. OLE color: 1386863.

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

Color convert

RGB1114121-
CMYK00.630.810.56
HSL13.33º68.18%25.88%-
HSV(B)13.33º81.08%43.53%-
XYZ7.485.021.28-
YUV59.65106.19164.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.16%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=64.16%
G=23.70%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111412100.630.810.5613.3368.1825.88
Hex6F291503F5138d441a
Octal1575125077121701510432
Binary110111110100110101011111110100011110001101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,21); }

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

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

 a { background-color: rgb(111,41,21); }

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

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

 span { border-color: rgb(111,41,21); }

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