#6b511e

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

Shades of Horses Neck #6B511E

Tints of Horses Neck #6B511E

Color information

#6B511E (or 0x6B511E) is unknown color: approx Horses Neck. HEX triplet: 6B, 51 and 1E. RGB value is (107,81,30). Sum of RGB (Red+Green+Blue) = 107+81+30=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B511E is #94AEE1. Grayscale: #535353. Windows color (decimal): -9744098 or 1986923. OLE color: 1986923.

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

Color convert

RGB1078130-
CMYK00.240.720.58
HSL39.74º56.2%26.86%-
HSV(B)39.74º71.96%41.96%-
XYZ9.249.12.5-
YUV82.9698.11145.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 30 (12.11% from 255) = 13.76%
R=49.08%
G=37.16%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107813000.240.720.5839.7456.226.86
Hex6B511E018483A28381b
Octal1531213603011072507033
Binary1101011101000111110011000100100011101010100011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b511e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,81,30); }

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

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

 a { background-color: rgb(107,81,30); }

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

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

 span { border-color: rgb(107,81,30); }

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