Html Css Color HEX #685D5D Zambezi

📋 copy color: '#685D5D'

red 104 ◦ green 93 ◦ blue 93

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

Shades of Zambezi #685D5D

Tints of Zambezi #685D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 35.86%
G = 32.07%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#685D5D (or 0x685D5D) is known color: Zambezi. HEX triplet: 68, 5D and 5D. RGB value is (104,93,93). Sum of RGB (Red+Green+Blue) = 104+93+93=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 104 - color contains mainly: red. Hex color #685D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D5D is #97A2A2. Grayscale: #606060. Windows color (decimal): -9937571 or 6118760. OLE color: 6118760.

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

Color convert

RGB 104 93 93 -
CMYK 0 0.11 0.11 0.59
HSL 0.06% 0.39% -
HSV(B) 0.11% 0.41% -
XYZ 11.6 11.56 11.98 -
YUV 96.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 104 93 93 0 0.11 0.11 0.59 0 0.06 0.39
Hex 68 5D 5D 0 B B 3B 0 6 27
Octal 150 135 135 0 13 13 73 0 6 47
Binary 1101000 1011101 1011101 0 1011 1011 111011 0 110 100111

Color Harmonies of #685D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D5D

Black with #685D5D

Text Example


Text Example

White with #685D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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