#6B5333

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

Shades of Horses Neck #6B5333

Tints of Horses Neck #6B5333

Color information

#6B5333 (or 0x6B5333) is unknown color: approx Horses Neck. HEX triplet: 6B, 53 and 33. RGB value is (107,83,51). Sum of RGB (Red+Green+Blue) = 107+83+51=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5333 is #94ACCC. Grayscale: #565656. Windows color (decimal): -9743565 or 3363691. OLE color: 3363691.

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

Color convert

RGB1078351-
CMYK00.220.520.58
HSL34.29º35.44%30.98%-
HSV(B)34.29º52.34%41.96%-
XYZ9.759.554.46-
YUV86.53107.95142.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 51 (20.31% from 255) = 21.16%
R=44.40%
G=34.44%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107835100.220.520.5834.2935.4430.98
Hex6B5333016343A22231f
Octal153123630266472424337
Binary1101011101001111001101011011010011101010001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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