Html Css Color HEX #645959 Zambezi

📋 copy color: '#645959'

red 100 ◦ green 89 ◦ blue 89

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

Shades of Zambezi #645959

Tints of Zambezi #645959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 89 (35.16% from 255) = 32.01%

R = 35.97%
G = 32.01%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#645959 (or 0x645959) is known color: Zambezi. HEX triplet: 64, 59 and 59. RGB value is (100,89,89). Sum of RGB (Red+Green+Blue) = 100+89+89=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #645959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645959 is #9BA6A6. Grayscale: #5C5C5C. Windows color (decimal): -10200743 or 5855588. OLE color: 5855588.

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

Color convert

RGB 100 89 89 -
CMYK 0 0.11 0.11 0.61
HSL 0.06% 0.37% -
HSV(B) 0.11% 0.39% -
XYZ 10.63 10.58 10.93 -
YUV 92.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 100 89 89 0 0.11 0.11 0.61 0 0.06 0.37
Hex 64 59 59 0 B B 3D 0 6 25
Octal 144 131 131 0 13 13 75 0 6 45
Binary 1100100 1011001 1011001 0 1011 1011 111101 0 110 100101

Color Harmonies of #645959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645959

Black with #645959

Text Example


Text Example

White with #645959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645959; }

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

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

background-color css

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

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

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

border-color css

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

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

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