Html Css Color HEX #686161 Zambezi

📋 copy color: '#686161'

red 104 ◦ green 97 ◦ blue 97

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

Shades of Zambezi #686161

Tints of Zambezi #686161

RGB

 RED value IS 104 (41.02% from 255) = 34.9%

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

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

R = 34.9%
G = 32.55%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#686161 (or 0x686161) is known color: Zambezi. HEX triplet: 68, 61 and 61. RGB value is (104,97,97). Sum of RGB (Red+Green+Blue) = 104+97+97=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #686161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686161 is #979E9E. Grayscale: #636363. Windows color (decimal): -9936543 or 6381928. OLE color: 6381928.

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

Color convert

RGB 104 97 97 -
CMYK 0 0.07 0.07 0.59
HSL 0.03% 0.39% -
HSV(B) 0.07% 0.41% -
XYZ 12.14 12.36 13.05 -
YUV 99.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 104 97 97 0 0.07 0.07 0.59 0 0.03 0.39
Hex 68 61 61 0 7 7 3B 0 3 27
Octal 150 141 141 0 7 7 73 0 3 47
Binary 1101000 1100001 1100001 0 111 111 111011 0 11 100111

Color Harmonies of #686161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686161

Black with #686161

Text Example


Text Example

White with #686161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686161; }

 p { color: rgb(104,97,97); }

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

background-color css

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

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

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

border-color css

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

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

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