#6B582C

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

Shades of Horses Neck #6B582C

Tints of Horses Neck #6B582C

Color information

#6B582C (or 0x6B582C) is unknown color: approx Horses Neck. HEX triplet: 6B, 58 and 2C. RGB value is (107,88,44). Sum of RGB (Red+Green+Blue) = 107+88+44=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B582C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B582C is #94A7D3. Grayscale: #585858. Windows color (decimal): -9742292 or 2906219. OLE color: 2906219.

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

Color convert

RGB1078844-
CMYK00.180.590.58
HSL41.9º41.72%29.61%-
HSV(B)41.9º58.88%41.96%-
XYZ10.0110.293.84-
YUV88.66102.79141.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.77%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=44.77%
G=36.82%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107884400.180.590.5841.941.7229.61
Hex6B582C0123B3A2a2a1e
Octal153130540227372525236
Binary1101011101100010110001001011101111101010101010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,44); }

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

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

 a { background-color: rgb(107,88,44); }

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

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

 span { border-color: rgb(107,88,44); }

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