Html Css Color HEX #655757 Zambezi

📋 copy color: '#655757'

red 101 ◦ green 87 ◦ blue 87

#655757
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #655757

Tints of Zambezi #655757

RGB

 RED value IS 101 (39.84% from 255) = 36.73%

 GREEN value IS 87 (34.38% from 255) = 31.64%

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 36.73%
G = 31.64%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#655757 (or 0x655757) is known color: Zambezi. HEX triplet: 65, 57 and 57. RGB value is (101,87,87). Sum of RGB (Red+Green+Blue) = 101+87+87=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 101 - color contains mainly: red. Hex color #655757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655757 is #9AA8A8. Grayscale: #5B5B5B. Windows color (decimal): -10135721 or 5724005. OLE color: 5724005.

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

Color convert

RGB 101 87 87 -
CMYK 0 0.14 0.14 0.60
HSL 0.07% 0.37% -
HSV(B) 0.14% 0.4% -
XYZ 10.5 10.27 10.45 -
YUV 91.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 101 87 87 0 0.14 0.14 0.60 0 0.07 0.37
Hex 65 57 57 0 E E 3C 0 7 25
Octal 145 127 127 0 16 16 74 0 7 45
Binary 1100101 1010111 1010111 0 1110 1110 111100 0 111 100101

Color Harmonies of #655757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655757

Black with #655757

Text Example


Text Example

White with #655757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655757; }

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

 H1.HeaderClassName
 {
   color: #655757;
 }
 .AnyTagClassName
 {
   color: #655757;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #655757;
 }
 .BgClassName
 {
   background-color: #655757;
 }
</style>

border-color css

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

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

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