Html Css Color HEX #685C5A Zambezi

📋 copy color: '#685C5A'

red 104 ◦ green 92 ◦ blue 90

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

Shades of Zambezi #685C5A

Tints of Zambezi #685C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 36.36%
G = 32.17%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#685C5A (or 0x685C5A) is known color: Zambezi. HEX triplet: 68, 5C and 5A. RGB value is (104,92,90). Sum of RGB (Red+Green+Blue) = 104+92+90=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C5A is #97A3A5. Grayscale: #5F5F5F. Windows color (decimal): -9937830 or 5921896. OLE color: 5921896.

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

Color convert

RGB 104 92 90 -
CMYK 0 0.12 0.13 0.59
HSL 8.57º 0.07% 0.38% -
HSV(B) 8.57º 0.13% 0.41% -
XYZ 11.38 11.34 11.26 -
YUV 95.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 104 92 90 0 0.12 0.13 0.59 8.57 0.07 0.38
Hex 68 5C 5A 0 C D 3B 9 7 26
Octal 150 134 132 0 14 15 73 11 7 46
Binary 1101000 1011100 1011010 0 1100 1101 111011 1001 111 100110

Color Harmonies of #685C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C5A

Black with #685C5A

Text Example


Text Example

White with #685C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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