Html Css Color HEX #686060 Zambezi

📋 copy color: '#686060'

red 104 ◦ green 96 ◦ blue 96

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

Shades of Zambezi #686060

Tints of Zambezi #686060

RGB

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

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

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

R = 35.14%
G = 32.43%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#686060 (or 0x686060) is known color: Zambezi. HEX triplet: 68, 60 and 60. RGB value is (104,96,96). Sum of RGB (Red+Green+Blue) = 104+96+96=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #686060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686060 is #979F9F. Grayscale: #626262. Windows color (decimal): -9936800 or 6316136. OLE color: 6316136.

HSL color Cylindrical-coordinate representation of color #686060: 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.08%. Process color model (Four color, CMYK) of #686060 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 96 -
CMYK 0 0.08 0.08 0.59
HSL 0.04% 0.39% -
HSV(B) 0.08% 0.41% -
XYZ 12 12.15 12.78 -
YUV 98.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 104 96 96 0 0.08 0.08 0.59 0 0.04 0.39
Hex 68 60 60 0 8 8 3B 0 4 27
Octal 150 140 140 0 10 10 73 0 4 47
Binary 1101000 1100000 1100000 0 1000 1000 111011 0 100 100111

Color Harmonies of #686060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686060

Black with #686060

Text Example


Text Example

White with #686060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686060; }

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

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

background-color css

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

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

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

border-color css

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

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

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