#6b5b2d

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

Shades of Horses Neck #6B5B2D

Tints of Horses Neck #6B5B2D

Color information

#6B5B2D (or 0x6B5B2D) is unknown color: approx Horses Neck. HEX triplet: 6B, 5B and 2D. RGB value is (107,91,45). Sum of RGB (Red+Green+Blue) = 107+91+45=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5B2D is #94A4D2. Grayscale: #5A5A5A. Windows color (decimal): -9741523 or 2972523. OLE color: 2972523.

HSL color Cylindrical-coordinate representation of color #6B5B2D: hue angle of 44.52º 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 #6B5B2D is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1079145-
CMYK00.150.580.58
HSL44.52º40.79%29.8%-
HSV(B)44.52º57.94%41.96%-
XYZ10.2810.84.03-
YUV90.54102.3139.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=44.03%
G=37.45%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107914500.150.580.5844.5240.7929.8
Hex6B5B2D0F3A3A2d291e
Octal153133550177272555136
Binary110101110110111011010111111101011101010110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b5b2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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