Html Css Color HEX #695A57 Zambezi

📋 copy color: '#695A57'

red 105 ◦ green 90 ◦ blue 87

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

Shades of Zambezi #695A57

Tints of Zambezi #695A57

RGB

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

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

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

R = 37.23%
G = 31.91%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#695A57 (or 0x695A57) is known color: Zambezi. HEX triplet: 69, 5A and 57. RGB value is (105,90,87). Sum of RGB (Red+Green+Blue) = 105+90+87=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #695A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A57 is #96A5A8. Grayscale: #5E5E5E. Windows color (decimal): -9872809 or 5724777. OLE color: 5724777.

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

Color convert

RGB 105 90 87 -
CMYK 0 0.14 0.17 0.59
HSL 10º 0.09% 0.38% -
HSV(B) 10º 0.17% 0.41% -
XYZ 11.2 11 10.55 -
YUV 94.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 105 90 87 0 0.14 0.17 0.59 10 0.09 0.38
Hex 69 5A 57 0 E 11 3B A 9 26
Octal 151 132 127 0 16 21 73 12 11 46
Binary 1101001 1011010 1010111 0 1110 10001 111011 1010 1001 100110

Color Harmonies of #695A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A57

Black with #695A57

Text Example


Text Example

White with #695A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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