#655B2A

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

Shades of Costa Del Sol #655B2A

Tints of Costa Del Sol #655B2A

Color information

#655B2A (or 0x655B2A) is unknown color: approx Costa Del Sol. HEX triplet: 65, 5B and 2A. RGB value is (101,91,42). Sum of RGB (Red+Green+Blue) = 101+91+42=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #655B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B2A is #9AA4D5. Grayscale: #585858. Windows color (decimal): -10134742 or 2775909. OLE color: 2775909.

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

Color convert

RGB1019142-
CMYK00.100.580.60
HSL49.83º41.26%28.04%-
HSV(B)49.83º58.42%39.61%-
XYZ9.5310.423.7-
YUV88.4101.81136.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.16%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=43.16%
G=38.89%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101914200.100.580.6049.8341.2628.04
Hex655B2A0A3A3C32291c
Octal145133520127274625134
Binary110010110110111010100101011101011110011001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,91,42); }

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

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

 a { background-color: rgb(101,91,42); }

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

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

 span { border-color: rgb(101,91,42); }

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