Html Css Color HEX #645757 Zambezi

📋 copy color: '#645757'

red 100 ◦ green 87 ◦ blue 87

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

Shades of Zambezi #645757

Tints of Zambezi #645757

RGB

 RED value IS 100 (39.45% from 255) = 36.5%

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

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

R = 36.5%
G = 31.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#645757 (or 0x645757) is known color: Zambezi. HEX triplet: 64, 57 and 57. RGB value is (100,87,87). Sum of RGB (Red+Green+Blue) = 100+87+87=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 100 - color contains mainly: red. Hex color #645757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645757 is #9BA8A8. Grayscale: #5A5A5A. Windows color (decimal): -10201257 or 5724004. OLE color: 5724004.

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

Color convert

RGB 100 87 87 -
CMYK 0 0.13 0.13 0.61
HSL 0.07% 0.37% -
HSV(B) 0.13% 0.39% -
XYZ 10.38 10.21 10.44 -
YUV 90.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 100 87 87 0 0.13 0.13 0.61 0 0.07 0.37
Hex 64 57 57 0 D D 3D 0 7 25
Octal 144 127 127 0 15 15 75 0 7 45
Binary 1100100 1010111 1010111 0 1101 1101 111101 0 111 100101

Color Harmonies of #645757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645757

Black with #645757

Text Example


Text Example

White with #645757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645757; }

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

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

background-color css

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

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

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

border-color css

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

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

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