#6B5A2D

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

Shades of Horses Neck #6B5A2D

Tints of Horses Neck #6B5A2D

Color information

#6B5A2D (or 0x6B5A2D) is unknown color: approx Horses Neck. HEX triplet: 6B, 5A and 2D. RGB value is (107,90,45). Sum of RGB (Red+Green+Blue) = 107+90+45=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A2D is #94A5D2. Grayscale: #5A5A5A. Windows color (decimal): -9741779 or 2972267. OLE color: 2972267.

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

Color convert

RGB1079045-
CMYK00.160.580.58
HSL43.55º40.79%29.8%-
HSV(B)43.55º57.94%41.96%-
XYZ10.1910.634-
YUV89.95102.63140.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.21%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=44.21%
G=37.19%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107904500.160.580.5843.5540.7929.8
Hex6B5A2D0103A3A2c291e
Octal153132550207272545136
Binary1101011101101010110101000011101011101010110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,90,45); }

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

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

 a { background-color: rgb(107,90,45); }

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

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

 span { border-color: rgb(107,90,45); }

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