Html Css Color HEX #695A59 Zambezi

📋 copy color: '#695A59'

red 105 ◦ green 90 ◦ blue 89

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

Shades of Zambezi #695A59

Tints of Zambezi #695A59

RGB

 RED value IS 105 (41.41% from 255) = 36.97%

 GREEN value IS 90 (35.55% from 255) = 31.69%

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

R = 36.97%
G = 31.69%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#695A59 (or 0x695A59) is known color: Zambezi. HEX triplet: 69, 5A and 59. RGB value is (105,90,89). Sum of RGB (Red+Green+Blue) = 105+90+89=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #695A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A59 is #96A5A6. Grayscale: #5E5E5E. Windows color (decimal): -9872807 or 5855849. OLE color: 5855849.

HSL color Cylindrical-coordinate representation of color #695A59: hue angle of 3.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #695A59 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 90 89 -
CMYK 0 0.14 0.15 0.59
HSL 3.75º 0.08% 0.38% -
HSV(B) 3.75º 0.15% 0.41% -
XYZ 11.29 11.04 10.99 -
YUV 94.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 105 90 89 0 0.14 0.15 0.59 3.75 0.08 0.38
Hex 69 5A 59 0 E F 3B 4 8 26
Octal 151 132 131 0 16 17 73 4 10 46
Binary 1101001 1011010 1011001 0 1110 1111 111011 100 1000 100110

Color Harmonies of #695A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A59

Black with #695A59

Text Example


Text Example

White with #695A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695A59; }

 p { color: rgb(105,90,89); }

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

background-color css

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

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

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

border-color css

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

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

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