Html Css Color HEX #685E5E Zambezi

📋 copy color: '#685E5E'

red 104 ◦ green 94 ◦ blue 94

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

Shades of Zambezi #685E5E

Tints of Zambezi #685E5E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.19%

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 35.62%
G = 32.19%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#685E5E (or 0x685E5E) is known color: Zambezi. HEX triplet: 68, 5E and 5E. RGB value is (104,94,94). Sum of RGB (Red+Green+Blue) = 104+94+94=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #685E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E5E is #97A1A1. Grayscale: #616161. Windows color (decimal): -9937314 or 6184552. OLE color: 6184552.

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

Color convert

RGB 104 94 94 -
CMYK 0 0.10 0.10 0.59
HSL 0.05% 0.39% -
HSV(B) 0.1% 0.41% -
XYZ 11.73 11.76 12.24 -
YUV 96.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 104 94 94 0 0.10 0.10 0.59 0 0.05 0.39
Hex 68 5E 5E 0 A A 3B 0 5 27
Octal 150 136 136 0 12 12 73 0 5 47
Binary 1101000 1011110 1011110 0 1010 1010 111011 0 101 100111

Color Harmonies of #685E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E5E

Black with #685E5E

Text Example


Text Example

White with #685E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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