#6D2715

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

Shades of Pueblo #6D2715

Tints of Pueblo #6D2715

Color information

#6D2715 (or 0x6D2715) is unknown color: approx Pueblo. HEX triplet: 6D, 27 and 15. RGB value is (109,39,21). Sum of RGB (Red+Green+Blue) = 109+39+21=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2715 is #92D8EA. Grayscale: #3A3A3A. Windows color (decimal): -9623787 or 1386349. OLE color: 1386349.

HSL color Cylindrical-coordinate representation of color #6D2715: hue angle of 12.27º 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 #6D2715 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB1093921-
CMYK00.640.810.57
HSL12.27º67.69%25.49%-
HSV(B)12.27º80.73%42.75%-
XYZ7.174.761.25-
YUV57.88107.19164.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 64.50%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=64.50%
G=23.08%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109392100.640.810.5712.2767.6925.49
Hex6D27150405139c4419
Octal15547250100121711410431
Binary1101101100111101010100000010100011110011100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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