#665E30

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

Shades of Costa Del Sol #665E30

Tints of Costa Del Sol #665E30

Color information

#665E30 (or 0x665E30) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5E and 30. RGB value is (102,94,48). Sum of RGB (Red+Green+Blue) = 102+94+48=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #665E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E30 is #99A1CF. Grayscale: #5B5B5B. Windows color (decimal): -10068432 or 3169894. OLE color: 3169894.

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

Color convert

RGB1029448-
CMYK00.080.530.6
HSL51.11º36%29.41%-
HSV(B)51.11º52.94%40%-
XYZ10.0211.044.4-
YUV91.15103.65135.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 48 (19.14% from 255) = 19.67%
R=41.80%
G=38.52%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102944800.080.530.651.113629.41
Hex665E3008353C33241d
Octal146136600106574634435
Binary110011010111101100000100011010111110011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,94,48); }

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

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

 a { background-color: rgb(102,94,48); }

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

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

 span { border-color: rgb(102,94,48); }

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