#6C502C

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

Shades of Horses Neck #6C502C

Tints of Horses Neck #6C502C

Color information

#6C502C (or 0x6C502C) is unknown color: approx Horses Neck. HEX triplet: 6C, 50 and 2C. RGB value is (108,80,44). Sum of RGB (Red+Green+Blue) = 108+80+44=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C502C is #93AFD3. Grayscale: #545454. Windows color (decimal): -9678804 or 2904172. OLE color: 2904172.

HSL color Cylindrical-coordinate representation of color #6C502C: hue angle of 33.75º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C502C is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB1088044-
CMYK00.260.590.58
HSL33.75º42.11%29.8%-
HSV(B)33.75º59.26%42.35%-
XYZ9.519.113.64-
YUV84.27105.28144.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.55%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=46.55%
G=34.48%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108804400.260.590.5833.7542.1129.8
Hex6C502C01A3B3A222a1e
Octal154120540327372425236
Binary1101100101000010110001101011101111101010001010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,80,44); }

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

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

 a { background-color: rgb(108,80,44); }

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

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

 span { border-color: rgb(108,80,44); }

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