Html Css Color HEX #696160 Zambezi

📋 copy color: '#696160'

red 105 ◦ green 97 ◦ blue 96

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

Shades of Zambezi #696160

Tints of Zambezi #696160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 35.23%
G = 32.55%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#696160 (or 0x696160) is known color: Zambezi. HEX triplet: 69, 61 and 60. RGB value is (105,97,96). Sum of RGB (Red+Green+Blue) = 105+97+96=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 105 - color contains mainly: red. Hex color #696160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696160 is #969E9F. Grayscale: #636363. Windows color (decimal): -9871008 or 6316393. OLE color: 6316393.

HSL color Cylindrical-coordinate representation of color #696160: hue angle of 6.67º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #696160 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 97 96 -
CMYK 0 0.08 0.09 0.59
HSL 6.67º 0.04% 0.39% -
HSV(B) 6.67º 0.09% 0.41% -
XYZ 12.21 12.4 12.82 -
YUV 99.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 105 97 96 0 0.08 0.09 0.59 6.67 0.04 0.39
Hex 69 61 60 0 8 9 3B 7 4 27
Octal 151 141 140 0 10 11 73 7 4 47
Binary 1101001 1100001 1100000 0 1000 1001 111011 111 100 100111

Color Harmonies of #696160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696160

Black with #696160

Text Example


Text Example

White with #696160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696160; }

 p { color: rgb(105,97,96); }

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

background-color css

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

 a { background-color: rgb(105,97,96); }

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

border-color css

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

 span { border-color: rgb(105,97,96); }

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