#665829

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

Shades of Horses Neck #665829

Tints of Horses Neck #665829

Color information

#665829 (or 0x665829) is unknown color: approx Horses Neck. HEX triplet: 66, 58 and 29. RGB value is (102,88,41). Sum of RGB (Red+Green+Blue) = 102+88+41=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #665829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665829 is #99A7D6. Grayscale: #575757. Windows color (decimal): -10069975 or 2709606. OLE color: 2709606.

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

Color convert

RGB1028841-
CMYK00.140.600.6
HSL46.23º42.66%28.04%-
HSV(B)46.23º59.8%40%-
XYZ9.379.963.53-
YUV86.83102.14138.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=44.16%
G=38.10%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102884100.140.600.646.2342.6628.04
Hex6658290E3C3C2e2b1c
Octal146130510167474565334
Binary110011010110001010010111011110011110010111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665829; }

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

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

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

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

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

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

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

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