#666028

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

Shades of Costa Del Sol #666028

Tints of Costa Del Sol #666028

Color information

#666028 (or 0x666028) is unknown color: approx Costa Del Sol. HEX triplet: 66, 60 and 28. RGB value is (102,96,40). Sum of RGB (Red+Green+Blue) = 102+96+40=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #666028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666028 is #999FD7. Grayscale: #5B5B5B. Windows color (decimal): -10067928 or 2646118. OLE color: 2646118.

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

Color convert

RGB1029640-
CMYK00.060.610.6
HSL54.19º43.66%27.84%-
HSV(B)54.19º60.78%40%-
XYZ10.0511.343.67-
YUV91.4198.99135.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=42.86%
G=40.34%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102964000.060.610.654.1943.6627.84
Hex666028063D3C362c1c
Octal14614050067574665434
Binary11001101100000101000011011110111110011011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666028; }

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

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

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

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

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

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

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

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