#665C2E

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

Shades of Costa Del Sol #665C2E

Tints of Costa Del Sol #665C2E

Color information

#665C2E (or 0x665C2E) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5C and 2E. RGB value is (102,92,46). Sum of RGB (Red+Green+Blue) = 102+92+46=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #665C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C2E is #99A3D1. Grayscale: #595959. Windows color (decimal): -10068946 or 3038310. OLE color: 3038310.

HSL color Cylindrical-coordinate representation of color #665C2E: hue angle of 49.29º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #665C2E is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB1029246-
CMYK00.100.550.6
HSL49.29º37.84%29.02%-
HSV(B)49.29º54.9%40%-
XYZ9.810.684.13-
YUV89.75103.31136.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=42.5%
G=38.33%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102924600.100.550.649.2937.8429.02
Hex665C2E0A373C31261d
Octal146134560126774614635
Binary110011010111001011100101011011111110011000110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,92,46); }

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

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

 a { background-color: rgb(102,92,46); }

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

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

 span { border-color: rgb(102,92,46); }

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