#666320

Color #666320 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #666320

Tints of Costa Del Sol #666320

Color information

#666320 (or 0x666320) is unknown color: approx Costa Del Sol. HEX triplet: 66, 63 and 20. RGB value is (102,99,32). Sum of RGB (Red+Green+Blue) = 102+99+32=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #666320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666320 is #999CDF. Grayscale: #5C5C5C. Windows color (decimal): -10067168 or 2122598. OLE color: 2122598.

HSL color Cylindrical-coordinate representation of color #666320: hue angle of 57.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #666320 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1029932-
CMYK00.030.690.6
HSL57.43º52.24%26.27%-
HSV(B)57.43º68.63%40%-
XYZ10.211.853.12-
YUV92.2693.99134.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.78%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=43.78%
G=42.49%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102993200.030.690.657.4352.2426.27
Hex66632003453C39341a
Octal146143400310574716432
Binary11001101100011100000011100010111110011100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666320; }

 p { color: rgb(102,99,32); }

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

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

 a { background-color: rgb(102,99,32); }

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

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

 span { border-color: rgb(102,99,32); }

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