#665C2F

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

Shades of Costa Del Sol #665C2F

Tints of Costa Del Sol #665C2F

Color information

#665C2F (or 0x665C2F) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5C and 2F. RGB value is (102,92,47). Sum of RGB (Red+Green+Blue) = 102+92+47=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #665C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C2F is #99A3D0. Grayscale: #5A5A5A. Windows color (decimal): -10068945 or 3103846. OLE color: 3103846.

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

Color convert

RGB1029247-
CMYK00.100.540.6
HSL49.09º36.91%29.22%-
HSV(B)49.09º53.92%40%-
XYZ9.8210.684.23-
YUV89.86103.81136.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=42.32%
G=38.17%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102924700.100.540.649.0936.9129.22
Hex665C2F0A363C31251d
Octal146134570126674614535
Binary110011010111001011110101011011011110011000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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