Html Css Color HEX #685F5E Zambezi

📋 copy color: '#685F5E'

red 104 ◦ green 95 ◦ blue 94

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

Shades of Zambezi #685F5E

Tints of Zambezi #685F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

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

R = 35.49%
G = 32.42%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#685F5E (or 0x685F5E) is known color: Zambezi. HEX triplet: 68, 5F and 5E. RGB value is (104,95,94). Sum of RGB (Red+Green+Blue) = 104+95+94=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #685F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F5E is #97A0A1. Grayscale: #616161. Windows color (decimal): -9937058 or 6184808. OLE color: 6184808.

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

Color convert

RGB 104 95 94 -
CMYK 0 0.09 0.10 0.59
HSL 0.05% 0.39% -
HSV(B) 0.1% 0.41% -
XYZ 11.82 11.94 12.27 -
YUV 97.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 104 95 94 0 0.09 0.10 0.59 6 0.05 0.39
Hex 68 5F 5E 0 9 A 3B 6 5 27
Octal 150 137 136 0 11 12 73 6 5 47
Binary 1101000 1011111 1011110 0 1001 1010 111011 110 101 100111

Color Harmonies of #685F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F5E

Black with #685F5E

Text Example


Text Example

White with #685F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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