#655C5C

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

Shades of Zambezi #655C5C

Tints of Zambezi #655C5C

Color information

#655C5C (or 0x655C5C) is unknown color: approx Zambezi. HEX triplet: 65, 5C and 5C. RGB value is (101,92,92). Sum of RGB (Red+Green+Blue) = 101+92+92=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #655C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C5C is #9AA3A3. Grayscale: #5E5E5E. Windows color (decimal): -10134436 or 6052965. OLE color: 6052965.

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

Color convert

RGB1019292-
CMYK00.090.090.60
HSL4.66%37.84%-
HSV(B)8.91%39.61%-
XYZ11.1311.1911.7-
YUV94.69126.48132.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=35.44%
G=32.28%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101929200.090.090.6004.6637.84
Hex655C5C0993C0526
Octal14513413401111740546
Binary1100101101110010111000100110011111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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