#6B5233

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

Shades of Horses Neck #6B5233

Tints of Horses Neck #6B5233

Color information

#6B5233 (or 0x6B5233) is unknown color: approx Horses Neck. HEX triplet: 6B, 52 and 33. RGB value is (107,82,51). Sum of RGB (Red+Green+Blue) = 107+82+51=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5233 is #94ADCC. Grayscale: #565656. Windows color (decimal): -9743821 or 3363435. OLE color: 3363435.

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

Color convert

RGB1078251-
CMYK00.230.520.58
HSL33.21º35.44%30.98%-
HSV(B)33.21º52.34%41.96%-
XYZ9.689.44.44-
YUV85.94108.28143.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.58%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 51 (20.31% from 255) = 21.25%
R=44.58%
G=34.17%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107825100.230.520.5833.2135.4430.98
Hex6B5233017343A21231f
Octal153122630276472414337
Binary1101011101001011001101011111010011101010000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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