#66583A

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

Shades of Horses Neck #66583A

Tints of Horses Neck #66583A

Color information

#66583A (or 0x66583A) is unknown color: approx Horses Neck. HEX triplet: 66, 58 and 3A. RGB value is (102,88,58). Sum of RGB (Red+Green+Blue) = 102+88+58=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66583A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66583A is #99A7C5. Grayscale: #585858. Windows color (decimal): -10069958 or 3823718. OLE color: 3823718.

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

Color convert

RGB1028858-
CMYK00.140.430.6
HSL40.91º27.5%31.37%-
HSV(B)40.91º43.14%40%-
XYZ9.7310.115.44-
YUV88.77110.64137.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=41.13%
G=35.48%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102885800.140.430.640.9127.531.37
Hex66583A0E2B3C291c1f
Octal146130720165374513437
Binary11001101011000111010011101010111111001010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66583A; }

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

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

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

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

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

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

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

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