#666025

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

Shades of Costa Del Sol #666025

Tints of Costa Del Sol #666025

Color information

#666025 (or 0x666025) is unknown color: approx Costa Del Sol. HEX triplet: 66, 60 and 25. RGB value is (102,96,37). Sum of RGB (Red+Green+Blue) = 102+96+37=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #666025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666025 is #999FDA. Grayscale: #5B5B5B. Windows color (decimal): -10067931 or 2449510. OLE color: 2449510.

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

Color convert

RGB1029637-
CMYK00.060.640.6
HSL54.46º46.76%27.25%-
HSV(B)54.46º63.73%40%-
XYZ1011.323.41-
YUV91.0797.49135.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 37 (14.84% from 255) = 15.74%
R=43.40%
G=40.85%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102963700.060.640.654.4646.7627.25
Hex66602506403C362f1b
Octal146140450610074665733
Binary110011011000001001010110100000011110011011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666025; }

 p { color: rgb(102,96,37); }

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

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

 a { background-color: rgb(102,96,37); }

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

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

 span { border-color: rgb(102,96,37); }

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