#655D28

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

Shades of Costa Del Sol #655D28

Tints of Costa Del Sol #655D28

Color information

#655D28 (or 0x655D28) is unknown color: approx Costa Del Sol. HEX triplet: 65, 5D and 28. RGB value is (101,93,40). Sum of RGB (Red+Green+Blue) = 101+93+40=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #655D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D28 is #9AA2D7. Grayscale: #595959. Windows color (decimal): -10134232 or 2645349. OLE color: 2645349.

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

Color convert

RGB1019340-
CMYK00.080.600.60
HSL52.13º43.26%27.65%-
HSV(B)52.13º60.4%39.61%-
XYZ9.6610.753.57-
YUV89.35100.15136.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.16%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=43.16%
G=39.74%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101934000.080.600.6052.1343.2627.65
Hex655D28083C3C342b1c
Octal145135500107474645334
Binary110010110111011010000100011110011110011010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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