#6C5425

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

Shades of Horses Neck #6C5425

Tints of Horses Neck #6C5425

Color information

#6C5425 (or 0x6C5425) is unknown color: approx Horses Neck. HEX triplet: 6C, 54 and 25. RGB value is (108,84,37). Sum of RGB (Red+Green+Blue) = 108+84+37=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5425 is #93ABDA. Grayscale: #565656. Windows color (decimal): -9677787 or 2446444. OLE color: 2446444.

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

Color convert

RGB1088437-
CMYK00.220.660.58
HSL39.72º48.97%28.43%-
HSV(B)39.72º65.74%42.35%-
XYZ9.699.663.1-
YUV85.82100.45143.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.16%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=47.16%
G=36.68%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108843700.220.660.5839.7248.9728.43
Hex6C5425016423A28311c
Octal1541244502610272506134
Binary11011001010100100101010110100001011101010100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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