#665329

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

Shades of Horses Neck #665329

Tints of Horses Neck #665329

Color information

#665329 (or 0x665329) is unknown color: approx Horses Neck. HEX triplet: 66, 53 and 29. RGB value is (102,83,41). Sum of RGB (Red+Green+Blue) = 102+83+41=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #665329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665329 is #99ACD6. Grayscale: #545454. Windows color (decimal): -10071255 or 2708326. OLE color: 2708326.

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

Color convert

RGB1028341-
CMYK00.190.600.6
HSL41.31º42.66%28.04%-
HSV(B)41.31º59.8%40%-
XYZ8.979.173.4-
YUV83.89103.79140.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 41 (16.41% from 255) = 18.14%
R=45.13%
G=36.73%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102834100.190.600.641.3142.6628.04
Hex6653290133C3C292b1c
Octal146123510237474515334
Binary1100110101001110100101001111110011110010100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665329; }

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

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

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

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

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

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

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

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