Html Css Color HEX #685C5B Zambezi

📋 copy color: '#685C5B'

red 104 ◦ green 92 ◦ blue 91

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

Shades of Zambezi #685C5B

Tints of Zambezi #685C5B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 36.24%
G = 32.06%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#685C5B (or 0x685C5B) is known color: Zambezi. HEX triplet: 68, 5C and 5B. RGB value is (104,92,91). Sum of RGB (Red+Green+Blue) = 104+92+91=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C5B is #97A3A4. Grayscale: #5F5F5F. Windows color (decimal): -9937829 or 5987432. OLE color: 5987432.

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

Color convert

RGB 104 92 91 -
CMYK 0 0.12 0.12 0.59
HSL 4.62º 0.07% 0.38% -
HSV(B) 4.62º 0.13% 0.41% -
XYZ 11.42 11.35 11.49 -
YUV 95.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 104 92 91 0 0.12 0.12 0.59 4.62 0.07 0.38
Hex 68 5C 5B 0 C C 3B 5 7 26
Octal 150 134 133 0 14 14 73 5 7 46
Binary 1101000 1011100 1011011 0 1100 1100 111011 101 111 100110

Color Harmonies of #685C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C5B

Black with #685C5B

Text Example


Text Example

White with #685C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,92,91); }

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

background-color css

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

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

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

border-color css

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

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

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