#6D2815

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

Shades of Pueblo #6D2815

Tints of Pueblo #6D2815

Color information

#6D2815 (or 0x6D2815) is unknown color: approx Pueblo. HEX triplet: 6D, 28 and 15. RGB value is (109,40,21). Sum of RGB (Red+Green+Blue) = 109+40+21=170 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.12% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2815 is #92D7EA. Grayscale: #3A3A3A. Windows color (decimal): -9623531 or 1386605. OLE color: 1386605.

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

Color convert

RGB1094021-
CMYK00.630.810.57
HSL12.95º67.69%25.49%-
HSV(B)12.95º80.73%42.75%-
XYZ7.24.821.26-
YUV58.46106.86164.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 64.12%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 21 (8.59% from 255) = 12.35%
R=64.12%
G=23.53%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109402100.630.810.5712.9567.6925.49
Hex6D281503F5139d4419
Octal1555025077121711510431
Binary110110110100010101011111110100011110011101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,40,21); }

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

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

 a { background-color: rgb(109,40,21); }

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

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

 span { border-color: rgb(109,40,21); }

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