#655B5A

Color #655B5A Zambezi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zambezi #655B5A

Tints of Zambezi #655B5A

Color information

#655B5A (or 0x655B5A) is unknown color: approx Zambezi. HEX triplet: 65, 5B and 5A. RGB value is (101,91,90). Sum of RGB (Red+Green+Blue) = 101+91+90=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #655B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B5A is #9AA4A5. Grayscale: #5D5D5D. Windows color (decimal): -10134694 or 5921637. OLE color: 5921637.

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

Color convert

RGB1019190-
CMYK00.100.110.60
HSL5.45º5.76%37.45%-
HSV(B)5.45º10.89%39.61%-
XYZ10.9510.9911.22-
YUV93.88125.81133.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=35.82%
G=32.27%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101919000.100.110.605.455.7637.45
Hex655B5A0AB3C5625
Octal14513313201213745645
Binary110010110110111011010010101011111100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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