#6C571B

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

Shades of Horses Neck #6C571B

Tints of Horses Neck #6C571B

Color information

#6C571B (or 0x6C571B) is unknown color: approx Horses Neck. HEX triplet: 6C, 57 and 1B. RGB value is (108,87,27). Sum of RGB (Red+Green+Blue) = 108+87+27=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C571B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C571B is #93A8E4. Grayscale: #565656. Windows color (decimal): -9677029 or 1791852. OLE color: 1791852.

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

Color convert

RGB1088727-
CMYK00.190.750.58
HSL44.44º60%26.47%-
HSV(B)44.44º75%42.35%-
XYZ9.7910.082.47-
YUV86.4494.46143.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 87 (34.38% from 255) = 39.19%
BLUE value IS 27 (10.94% from 255) = 12.16%
R=48.65%
G=39.19%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108872700.190.750.5844.446026.47
Hex6C571B0134B3A2c3c1a
Octal1541273302311372547432
Binary1101100101011111011010011100101111101010110011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,87,27); }

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

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

 a { background-color: rgb(108,87,27); }

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

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

 span { border-color: rgb(108,87,27); }

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