Html Css Color HEX #685C5C Zambezi

📋 copy color: '#685C5C'

red 104 ◦ green 92 ◦ blue 92

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

Shades of Zambezi #685C5C

Tints of Zambezi #685C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 36.11%
G = 31.94%
B = 31.94%

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

#685C5C (or 0x685C5C) is known color: Zambezi. HEX triplet: 68, 5C and 5C. RGB value is (104,92,92). Sum of RGB (Red+Green+Blue) = 104+92+92=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #685C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C5C is #97A3A3. Grayscale: #5F5F5F. Windows color (decimal): -9937828 or 6052968. OLE color: 6052968.

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

Color convert

RGB 104 92 92 -
CMYK 0 0.12 0.12 0.59
HSL 0.06% 0.38% -
HSV(B) 0.12% 0.41% -
XYZ 11.47 11.37 11.72 -
YUV 95.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 104 92 92 0 0.12 0.12 0.59 0 0.06 0.38
Hex 68 5C 5C 0 C C 3B 0 6 26
Octal 150 134 134 0 14 14 73 0 6 46
Binary 1101000 1011100 1011100 0 1100 1100 111011 0 110 100110

Color Harmonies of #685C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C5C

Black with #685C5C

Text Example


Text Example

White with #685C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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