#6B592A

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

Shades of Horses Neck #6B592A

Tints of Horses Neck #6B592A

Color information

#6B592A (or 0x6B592A) is unknown color: approx Horses Neck. HEX triplet: 6B, 59 and 2A. RGB value is (107,89,42). Sum of RGB (Red+Green+Blue) = 107+89+42=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B592A is #94A6D5. Grayscale: #595959. Windows color (decimal): -9742038 or 2775403. OLE color: 2775403.

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

Color convert

RGB1078942-
CMYK00.170.610.58
HSL43.38º43.62%29.22%-
HSV(B)43.38º60.75%41.96%-
XYZ10.0510.443.68-
YUV89.02101.46140.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=44.96%
G=37.39%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107894200.170.610.5843.3843.6229.22
Hex6B592A0113D3A2b2c1d
Octal153131520217572535435
Binary1101011101100110101001000111110111101010101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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