#655D35

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

Shades of Costa Del Sol #655D35

Tints of Costa Del Sol #655D35

Color information

#655D35 (or 0x655D35) is unknown color: approx Costa Del Sol. HEX triplet: 65, 5D and 35. RGB value is (101,93,53). Sum of RGB (Red+Green+Blue) = 101+93+53=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #655D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D35 is #9AA2CA. Grayscale: #5A5A5A. Windows color (decimal): -10134219 or 3497317. OLE color: 3497317.

HSL color Cylindrical-coordinate representation of color #655D35: hue angle of 50º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655D35 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1019353-
CMYK00.080.480.60
HSL50º31.17%30.2%-
HSV(B)50º47.52%39.61%-
XYZ9.9210.854.94-
YUV90.83106.65135.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 53 (21.09% from 255) = 21.46%
R=40.89%
G=37.65%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101935300.080.480.605031.1730.2
Hex655D3508303C321f1e
Octal145135650106074623736
Binary11001011011101110101010001100001111001100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,93,53); }

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

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

 a { background-color: rgb(101,93,53); }

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

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

 span { border-color: rgb(101,93,53); }

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