#665C2C

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

Shades of Costa Del Sol #665C2C

Tints of Costa Del Sol #665C2C

Color information

#665C2C (or 0x665C2C) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5C and 2C. RGB value is (102,92,44). Sum of RGB (Red+Green+Blue) = 102+92+44=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #665C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C2C is #99A3D3. Grayscale: #595959. Windows color (decimal): -10068948 or 2907238. OLE color: 2907238.

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

Color convert

RGB1029244-
CMYK00.100.570.6
HSL49.66º39.73%28.63%-
HSV(B)49.66º56.86%40%-
XYZ9.7610.663.93-
YUV89.52102.31136.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=42.86%
G=38.66%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102924400.100.570.649.6639.7328.63
Hex665C2C0A393C32281d
Octal146134540127174625035
Binary110011010111001011000101011100111110011001010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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