#665230

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

Shades of Horses Neck #665230

Tints of Horses Neck #665230

Color information

#665230 (or 0x665230) is unknown color: approx Horses Neck. HEX triplet: 66, 52 and 30. RGB value is (102,82,48). Sum of RGB (Red+Green+Blue) = 102+82+48=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #665230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665230 is #99ADCF. Grayscale: #545454. Windows color (decimal): -10071504 or 3166822. OLE color: 3166822.

HSL color Cylindrical-coordinate representation of color #665230: hue angle of 37.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665230 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1028248-
CMYK00.200.530.6
HSL37.78º36%29.41%-
HSV(B)37.78º52.94%40%-
XYZ9.039.074.07-
YUV84.1107.63140.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 48 (19.14% from 255) = 20.69%
R=43.97%
G=35.34%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102824800.200.530.637.783629.41
Hex665230014353C26241d
Octal146122600246574464435
Binary1100110101001011000001010011010111110010011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665230; }

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

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

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

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

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

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

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

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