#665B2C

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

Shades of Costa Del Sol #665B2C

Tints of Costa Del Sol #665B2C

Color information

#665B2C (or 0x665B2C) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5B and 2C. RGB value is (102,91,44). Sum of RGB (Red+Green+Blue) = 102+91+44=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #665B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B2C is #99A4D3. Grayscale: #595959. Windows color (decimal): -10069204 or 2906982. OLE color: 2906982.

HSL color Cylindrical-coordinate representation of color #665B2C: hue angle of 48.62º 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 #665B2C is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1029144-
CMYK00.110.570.6
HSL48.62º39.73%28.63%-
HSV(B)48.62º56.86%40%-
XYZ9.6810.493.9-
YUV88.93102.64137.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=43.04%
G=38.40%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102914400.110.570.648.6239.7328.63
Hex665B2C0B393C31281d
Octal146133540137174615035
Binary110011010110111011000101111100111110011000110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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