#655A20

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

Shades of Costa Del Sol #655A20

Tints of Costa Del Sol #655A20

Color information

#655A20 (or 0x655A20) is unknown color: approx Costa Del Sol. HEX triplet: 65, 5A and 20. RGB value is (101,90,32). Sum of RGB (Red+Green+Blue) = 101+90+32=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #655A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A20 is #9AA5DF. Grayscale: #565656. Windows color (decimal): -10135008 or 2120293. OLE color: 2120293.

HSL color Cylindrical-coordinate representation of color #655A20: hue angle of 50.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #655A20 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB1019032-
CMYK00.110.680.60
HSL50.43º51.88%26.08%-
HSV(B)50.43º68.32%39.61%-
XYZ9.2810.182.84-
YUV86.6897.14138.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.29%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=45.29%
G=40.36%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101903200.110.680.6050.4351.8826.08
Hex655A200B443C32341a
Octal1451324001310474626432
Binary1100101101101010000001011100010011110011001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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