#6C582E

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

Shades of Horses Neck #6C582E

Tints of Horses Neck #6C582E

Color information

#6C582E (or 0x6C582E) is unknown color: approx Horses Neck. HEX triplet: 6C, 58 and 2E. RGB value is (108,88,46). Sum of RGB (Red+Green+Blue) = 108+88+46=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 108 - color contains mainly: red. Hex color #6C582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C582E is #93A7D1. Grayscale: #595959. Windows color (decimal): -9676754 or 3037292. OLE color: 3037292.

HSL color Cylindrical-coordinate representation of color #6C582E: hue angle of 40.65º 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 #6C582E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB1088846-
CMYK00.190.570.58
HSL40.65º40.26%30.2%-
HSV(B)40.65º57.41%42.35%-
XYZ10.1710.364.05-
YUV89.19103.63141.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.63%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=44.63%
G=36.36%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108884600.190.570.5840.6540.2630.2
Hex6C582E013393A29281e
Octal154130560237172515036
Binary1101100101100010111001001111100111101010100110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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