#675520

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

Shades of Horses Neck #675520

Tints of Horses Neck #675520

Color information

#675520 (or 0x675520) is unknown color: approx Horses Neck. HEX triplet: 67, 55 and 20. RGB value is (103,85,32). Sum of RGB (Red+Green+Blue) = 103+85+32=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #675520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675520 is #98AADF. Grayscale: #545454. Windows color (decimal): -10005216 or 2119015. OLE color: 2119015.

HSL color Cylindrical-coordinate representation of color #675520: hue angle of 44.79º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #675520 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB1038532-
CMYK00.170.690.60
HSL44.79º52.59%26.47%-
HSV(B)44.79º68.93%40.39%-
XYZ9.19.482.72-
YUV84.3498.46141.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.82%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 32 (12.89% from 255) = 14.55%
R=46.82%
G=38.64%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103853200.170.690.6044.7952.5926.47
Hex675520011453C2d351a
Octal1471254002110574556532
Binary11001111010101100000010001100010111110010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675520; }

 p { color: rgb(103,85,32); }

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

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

 a { background-color: rgb(103,85,32); }

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

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

 span { border-color: rgb(103,85,32); }

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