#665023

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

Shades of Horses Neck #665023

Tints of Horses Neck #665023

Color information

#665023 (or 0x665023) is unknown color: approx Horses Neck. HEX triplet: 66, 50 and 23. RGB value is (102,80,35). Sum of RGB (Red+Green+Blue) = 102+80+35=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #665023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665023 is #99AFDC. Grayscale: #515151. Windows color (decimal): -10072029 or 2314342. OLE color: 2314342.

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

Color convert

RGB1028035-
CMYK00.220.660.6
HSL40.3º48.91%26.86%-
HSV(B)40.3º65.69%40%-
XYZ8.658.682.81-
YUV81.45101.79142.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=47.00%
G=36.87%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102803500.220.660.640.348.9126.86
Hex665023016423C28311b
Octal1461204302610274506133
Binary11001101010000100011010110100001011110010100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665023; }

 p { color: rgb(102,80,35); }

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

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

 a { background-color: rgb(102,80,35); }

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

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

 span { border-color: rgb(102,80,35); }

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