#655A28

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

Shades of Costa Del Sol #655A28

Tints of Costa Del Sol #655A28

Color information

#655A28 (or 0x655A28) is unknown color: approx Costa Del Sol. HEX triplet: 65, 5A and 28. RGB value is (101,90,40). Sum of RGB (Red+Green+Blue) = 101+90+40=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #655A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A28 is #9AA5D7. Grayscale: #575757. Windows color (decimal): -10135000 or 2644581. OLE color: 2644581.

HSL color Cylindrical-coordinate representation of color #655A28: hue angle of 49.18º 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 #655A28 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB1019040-
CMYK00.110.600.60
HSL49.18º43.26%27.65%-
HSV(B)49.18º60.4%39.61%-
XYZ9.4110.233.49-
YUV87.59101.14137.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.72%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=43.72%
G=38.96%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101904000.110.600.6049.1843.2627.65
Hex655A280B3C3C312b1c
Octal145132500137474615334
Binary110010110110101010000101111110011110011000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655A28; }

 p { color: rgb(101,90,40); }

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

<style>
 a { background-color: #655A28; }

 a { background-color: rgb(101,90,40); }

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

<style>
 span { border-color: #655A28; }

 span { border-color: rgb(101,90,40); }

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