#655F5F

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

Shades of Zambezi #655F5F

Tints of Zambezi #655F5F

Color information

#655F5F (or 0x655F5F) is unknown color: approx Zambezi. HEX triplet: 65, 5F and 5F. RGB value is (101,95,95). Sum of RGB (Red+Green+Blue) = 101+95+95=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 101 - color contains mainly: red. Hex color #655F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F5F is #9AA0A0. Grayscale: #606060. Windows color (decimal): -10133665 or 6250341. OLE color: 6250341.

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

Color convert

RGB1019595-
CMYK00.060.060.60
HSL3.06%38.43%-
HSV(B)5.94%39.61%-
XYZ11.5211.7812.49-
YUV96.79126.99131-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.71%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 95 (37.5% from 255) = 32.65%
R=34.71%
G=32.65%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101959500.060.060.6003.0638.43
Hex655F5F0663C0326
Octal145137137066740346
Binary1100101101111110111110110110111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,95,95); }

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

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

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

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

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

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

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