#6C5A2E

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

Shades of Horses Neck #6C5A2E

Tints of Horses Neck #6C5A2E

Color information

#6C5A2E (or 0x6C5A2E) is unknown color: approx Horses Neck. HEX triplet: 6C, 5A and 2E. RGB value is (108,90,46). Sum of RGB (Red+Green+Blue) = 108+90+46=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5A2E is #93A5D1. Grayscale: #5A5A5A. Windows color (decimal): -9676242 or 3037804. OLE color: 3037804.

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

Color convert

RGB1089046-
CMYK00.170.570.58
HSL42.58º40.26%30.2%-
HSV(B)42.58º57.41%42.35%-
XYZ10.3310.74.1-
YUV90.37102.96140.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.26%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=44.26%
G=36.89%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108904600.170.570.5842.5840.2630.2
Hex6C5A2E011393A2b281e
Octal154132560217172535036
Binary1101100101101010111001000111100111101010101110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,90,46); }

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

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

 a { background-color: rgb(108,90,46); }

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

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

 span { border-color: rgb(108,90,46); }

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