Html Css Color HEX #696060 Zambezi

📋 copy color: '#696060'

red 105 ◦ green 96 ◦ blue 96

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

Shades of Zambezi #696060

Tints of Zambezi #696060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

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

R = 35.35%
G = 32.32%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#696060 (or 0x696060) is known color: Zambezi. HEX triplet: 69, 60 and 60. RGB value is (105,96,96). Sum of RGB (Red+Green+Blue) = 105+96+96=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 105 - color contains mainly: red. Hex color #696060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696060 is #969F9F. Grayscale: #626262. Windows color (decimal): -9871264 or 6316137. OLE color: 6316137.

HSL color Cylindrical-coordinate representation of color #696060: hue angle of 0º 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 #696060 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 96 96 -
CMYK 0 0.09 0.09 0.59
HSL 0.04% 0.39% -
HSV(B) 0.09% 0.41% -
XYZ 12.12 12.21 12.78 -
YUV 98.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 105 96 96 0 0.09 0.09 0.59 0 0.04 0.39
Hex 69 60 60 0 9 9 3B 0 4 27
Octal 151 140 140 0 11 11 73 0 4 47
Binary 1101001 1100000 1100000 0 1001 1001 111011 0 100 100111

Color Harmonies of #696060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696060

Black with #696060

Text Example


Text Example

White with #696060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696060; }

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

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

background-color css

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

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

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

border-color css

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

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

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