#665D34

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

Shades of Costa Del Sol #665D34

Tints of Costa Del Sol #665D34

Color information

#665D34 (or 0x665D34) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5D and 34. RGB value is (102,93,52). Sum of RGB (Red+Green+Blue) = 102+93+52=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #665D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D34 is #99A2CB. Grayscale: #5B5B5B. Windows color (decimal): -10068684 or 3431782. OLE color: 3431782.

HSL color Cylindrical-coordinate representation of color #665D34: hue angle of 49.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #665D34 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB1029352-
CMYK00.090.490.6
HSL49.2º32.47%30.2%-
HSV(B)49.2º49.02%40%-
XYZ10.0110.94.83-
YUV91.02105.98135.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=41.30%
G=37.65%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102935200.090.490.649.232.4730.2
Hex665D3409313C31201e
Octal146135640116174614036
Binary110011010111011101000100111000111110011000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,93,52); }

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

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

 a { background-color: rgb(102,93,52); }

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

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

 span { border-color: rgb(102,93,52); }

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