#655B26

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

Shades of Costa Del Sol #655B26

Tints of Costa Del Sol #655B26

Color information

#655B26 (or 0x655B26) is unknown color: approx Costa Del Sol. HEX triplet: 65, 5B and 26. RGB value is (101,91,38). Sum of RGB (Red+Green+Blue) = 101+91+38=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #655B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B26 is #9AA4D9. Grayscale: #585858. Windows color (decimal): -10134746 or 2513765. OLE color: 2513765.

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

Color convert

RGB1019138-
CMYK00.100.620.60
HSL50.48º45.32%27.25%-
HSV(B)50.48º62.38%39.61%-
XYZ9.4610.393.34-
YUV87.9599.81137.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 91 (35.94% from 255) = 39.57%
BLUE value IS 38 (15.23% from 255) = 16.52%
R=43.91%
G=39.57%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101913800.100.620.6050.4845.3227.25
Hex655B260A3E3C322d1b
Octal145133460127674625533
Binary110010110110111001100101011111011110011001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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