Html Css Color HEX #685958 Zambezi

📋 copy color: '#685958'

red 104 ◦ green 89 ◦ blue 88

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

Shades of Zambezi #685958

Tints of Zambezi #685958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

 BLUE value IS 88 (34.77% from 255) = 31.32%

R = 37.01%
G = 31.67%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#685958 (or 0x685958) is known color: Zambezi. HEX triplet: 68, 59 and 58. RGB value is (104,89,88). Sum of RGB (Red+Green+Blue) = 104+89+88=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685958 is #97A6A7. Grayscale: #5D5D5D. Windows color (decimal): -9938600 or 5790056. OLE color: 5790056.

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

Color convert

RGB 104 89 88 -
CMYK 0 0.14 0.15 0.59
HSL 3.75º 0.08% 0.38% -
HSV(B) 3.75º 0.15% 0.41% -
XYZ 11.04 10.79 10.73 -
YUV 93.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 104 89 88 0 0.14 0.15 0.59 3.75 0.08 0.38
Hex 68 59 58 0 E F 3B 4 8 26
Octal 150 131 130 0 16 17 73 4 10 46
Binary 1101000 1011001 1011000 0 1110 1111 111011 100 1000 100110

Color Harmonies of #685958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685958

Black with #685958

Text Example


Text Example

White with #685958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685958; }

 p { color: rgb(104,89,88); }

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

background-color css

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

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

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

border-color css

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

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

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