#6B5528

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

Shades of Horses Neck #6B5528

Tints of Horses Neck #6B5528

Color information

#6B5528 (or 0x6B5528) is unknown color: approx Horses Neck. HEX triplet: 6B, 55 and 28. RGB value is (107,85,40). Sum of RGB (Red+Green+Blue) = 107+85+40=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5528 is #94AAD7. Grayscale: #565656. Windows color (decimal): -9743064 or 2643307. OLE color: 2643307.

HSL color Cylindrical-coordinate representation of color #6B5528: hue angle of 40.3º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B5528 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1078540-
CMYK00.210.630.58
HSL40.3º45.58%28.82%-
HSV(B)40.3º62.62%41.96%-
XYZ9.699.783.38-
YUV86.45101.79142.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.12%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 40 (16.02% from 255) = 17.24%
R=46.12%
G=36.64%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107854000.210.630.5840.345.5828.82
Hex6B55280153F3A282e1d
Octal153125500257772505635
Binary1101011101010110100001010111111111101010100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,85,40); }

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

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

 a { background-color: rgb(107,85,40); }

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

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

 span { border-color: rgb(107,85,40); }

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