#6B592F

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

Shades of Horses Neck #6B592F

Tints of Horses Neck #6B592F

Color information

#6B592F (or 0x6B592F) is unknown color: approx Horses Neck. HEX triplet: 6B, 59 and 2F. RGB value is (107,89,47). Sum of RGB (Red+Green+Blue) = 107+89+47=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B592F is #94A6D0. Grayscale: #595959. Windows color (decimal): -9742033 or 3103083. OLE color: 3103083.

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

Color convert

RGB1078947-
CMYK00.170.560.58
HSL42º38.96%30.2%-
HSV(B)42º56.07%41.96%-
XYZ10.1510.484.18-
YUV89.59103.96140.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=44.03%
G=36.63%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107894700.170.560.584238.9630.2
Hex6B592F011383A2a271e
Octal153131570217072524736
Binary1101011101100110111101000111100011101010101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,47); }

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

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

 a { background-color: rgb(107,89,47); }

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

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

 span { border-color: rgb(107,89,47); }

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