#66602B

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

Shades of Costa Del Sol #66602B

Tints of Costa Del Sol #66602B

Color information

#66602B (or 0x66602B) is unknown color: approx Costa Del Sol. HEX triplet: 66, 60 and 2B. RGB value is (102,96,43). Sum of RGB (Red+Green+Blue) = 102+96+43=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #66602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66602B is #999FD4. Grayscale: #5B5B5B. Windows color (decimal): -10067925 or 2842726. OLE color: 2842726.

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

Color convert

RGB1029643-
CMYK00.060.580.6
HSL53.9º40.69%28.43%-
HSV(B)53.9º57.84%40%-
XYZ10.111.363.95-
YUV91.75100.49135.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=42.32%
G=39.83%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102964300.060.580.653.940.6928.43
Hex66602B063A3C36291c
Octal14614053067274665134
Binary11001101100000101011011011101011110011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66602B; }

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

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

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

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

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

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

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

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