#6c2510

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

Shades of Pueblo #6C2510

Tints of Pueblo #6C2510

Color information

#6C2510 (or 0x6C2510) is unknown color: approx Pueblo. HEX triplet: 6C, 25 and 10. RGB value is (108,37,16). Sum of RGB (Red+Green+Blue) = 108+37+16=161 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.08% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2510 is #93DAEF. Grayscale: #373737. Windows color (decimal): -9689840 or 1058156. OLE color: 1058156.

HSL color Cylindrical-coordinate representation of color #6C2510: hue angle of 13.7º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C2510 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB1083716-
CMYK00.660.850.58
HSL13.7º74.19%24.31%-
HSV(B)13.7º85.19%42.35%-
XYZ6.944.551-
YUV55.83105.52165.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 67.08%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=67.08%
G=22.98%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108371600.660.850.5813.774.1924.31
Hex6C2510042553Ae4a18
Octal15445200102125721611230
Binary1101100100101100000100001010101011110101110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c2510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,37,16); }

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

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

 a { background-color: rgb(108,37,16); }

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

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

 span { border-color: rgb(108,37,16); }

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