#6B5626

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

Shades of Horses Neck #6B5626

Tints of Horses Neck #6B5626

Color information

#6B5626 (or 0x6B5626) is unknown color: approx Horses Neck. HEX triplet: 6B, 56 and 26. RGB value is (107,86,38). Sum of RGB (Red+Green+Blue) = 107+86+38=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5626 is #94A9D9. Grayscale: #575757. Windows color (decimal): -9742810 or 2512491. OLE color: 2512491.

HSL color Cylindrical-coordinate representation of color #6B5626: hue angle of 41.74º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B5626 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1078638-
CMYK00.200.640.58
HSL41.74º47.59%28.43%-
HSV(B)41.74º64.49%41.96%-
XYZ9.749.923.24-
YUV86.81100.46142.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.32%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=46.32%
G=37.23%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107863800.200.640.5841.7447.5928.43
Hex6B5626014403A2a301c
Octal1531264602410072526034
Binary11010111010110100110010100100000011101010101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,86,38); }

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

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

 a { background-color: rgb(107,86,38); }

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

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

 span { border-color: rgb(107,86,38); }

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