#665C28

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

Shades of Costa Del Sol #665C28

Tints of Costa Del Sol #665C28

Color information

#665C28 (or 0x665C28) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5C and 28. RGB value is (102,92,40). Sum of RGB (Red+Green+Blue) = 102+92+40=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #665C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C28 is #99A3D7. Grayscale: #595959. Windows color (decimal): -10068952 or 2645094. OLE color: 2645094.

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

Color convert

RGB1029240-
CMYK00.100.610.6
HSL50.32º43.66%27.84%-
HSV(B)50.32º60.78%40%-
XYZ9.6910.633.55-
YUV89.06100.31137.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.59%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=43.59%
G=39.32%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102924000.100.610.650.3243.6627.84
Hex665C280A3D3C322c1c
Octal146134500127574625434
Binary110011010111001010000101011110111110011001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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