#665E14

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

Shades of Costa Del Sol #665E14

Tints of Costa Del Sol #665E14

Color information

#665E14 (or 0x665E14) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5E and 14. RGB value is (102,94,20). Sum of RGB (Red+Green+Blue) = 102+94+20=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #665E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665E14 is #99A1EB. Grayscale: #585858. Windows color (decimal): -10068460 or 1334886. OLE color: 1334886.

HSL color Cylindrical-coordinate representation of color #665E14: hue angle of 54.15º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #665E14 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1029420-
CMYK00.080.800.6
HSL54.15º67.21%23.92%-
HSV(B)54.15º80.39%40%-
XYZ9.6110.882.26-
YUV87.9689.65138.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 94 (37.11% from 255) = 43.52%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=47.22%
G=43.52%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102942000.080.800.654.1567.2123.92
Hex665E1408503C364318
Octal14613624010120746610330
Binary1100110101111010100010001010000111100110110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665E14; }

 p { color: rgb(102,94,20); }

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

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

 a { background-color: rgb(102,94,20); }

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

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

 span { border-color: rgb(102,94,20); }

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