#665325

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

Shades of Horses Neck #665325

Tints of Horses Neck #665325

Color information

#665325 (or 0x665325) is unknown color: approx Horses Neck. HEX triplet: 66, 53 and 25. RGB value is (102,83,37). Sum of RGB (Red+Green+Blue) = 102+83+37=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #665325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665325 is #99ACDA. Grayscale: #535353. Windows color (decimal): -10071259 or 2446182. OLE color: 2446182.

HSL color Cylindrical-coordinate representation of color #665325: hue angle of 42.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665325 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1028337-
CMYK00.190.640.6
HSL42.46º46.76%27.25%-
HSV(B)42.46º63.73%40%-
XYZ8.919.143.05-
YUV83.44101.79141.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=45.95%
G=37.39%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102833700.190.640.642.4646.7627.25
Hex665325013403C2a2f1b
Octal1461234502310074525733
Binary11001101010011100101010011100000011110010101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665325; }

 p { color: rgb(102,83,37); }

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

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

 a { background-color: rgb(102,83,37); }

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

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

 span { border-color: rgb(102,83,37); }

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