#665225

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

Shades of Horses Neck #665225

Tints of Horses Neck #665225

Color information

#665225 (or 0x665225) is unknown color: approx Horses Neck. HEX triplet: 66, 52 and 25. RGB value is (102,82,37). Sum of RGB (Red+Green+Blue) = 102+82+37=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #665225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665225 is #99ADDA. Grayscale: #535353. Windows color (decimal): -10071515 or 2445926. OLE color: 2445926.

HSL color Cylindrical-coordinate representation of color #665225: hue angle of 41.54º 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 #665225 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1028237-
CMYK00.200.640.6
HSL41.54º46.76%27.25%-
HSV(B)41.54º63.73%40%-
XYZ8.838.993.02-
YUV82.85102.13141.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=46.15%
G=37.10%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102823700.200.640.641.5446.7627.25
Hex665225014403C2a2f1b
Octal1461224502410074525733
Binary11001101010010100101010100100000011110010101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665225; }

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

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

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

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

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

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

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

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