#6B5334

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

Shades of Horses Neck #6B5334

Tints of Horses Neck #6B5334

Color information

#6B5334 (or 0x6B5334) is unknown color: approx Horses Neck. HEX triplet: 6B, 53 and 34. RGB value is (107,83,52). Sum of RGB (Red+Green+Blue) = 107+83+52=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5334 is #94ACCB. Grayscale: #565656. Windows color (decimal): -9743564 or 3429227. OLE color: 3429227.

HSL color Cylindrical-coordinate representation of color #6B5334: hue angle of 33.82º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B5334 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB1078352-
CMYK00.220.510.58
HSL33.82º34.59%31.18%-
HSV(B)33.82º51.4%41.96%-
XYZ9.789.564.58-
YUV86.64108.45142.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.21%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=44.21%
G=34.30%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107835200.220.510.5833.8234.5931.18
Hex6B5334016333A22231f
Octal153123640266372424337
Binary1101011101001111010001011011001111101010001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,83,52); }

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

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

 a { background-color: rgb(107,83,52); }

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

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

 span { border-color: rgb(107,83,52); }

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