#665C29

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

Shades of Costa Del Sol #665C29

Tints of Costa Del Sol #665C29

Color information

#665C29 (or 0x665C29) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5C and 29. RGB value is (102,92,41). Sum of RGB (Red+Green+Blue) = 102+92+41=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #665C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C29 is #99A3D6. Grayscale: #595959. Windows color (decimal): -10068951 or 2710630. OLE color: 2710630.

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

Color convert

RGB1029241-
CMYK00.100.600.6
HSL50.16º42.66%28.04%-
HSV(B)50.16º59.8%40%-
XYZ9.7110.643.64-
YUV89.18100.81137.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 92 (36.33% from 255) = 39.15%
BLUE value IS 41 (16.41% from 255) = 17.45%
R=43.40%
G=39.15%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102924100.100.600.650.1642.6628.04
Hex665C290A3C3C322b1c
Octal146134510127474625334
Binary110011010111001010010101011110011110011001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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