Html Css Color HEX #685B5B Zambezi

📋 copy color: '#685B5B'

red 104 ◦ green 91 ◦ blue 91

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

Shades of Zambezi #685B5B

Tints of Zambezi #685B5B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.82%

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

R = 36.36%
G = 31.82%
B = 31.82%

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

#685B5B (or 0x685B5B) is known color: Zambezi. HEX triplet: 68, 5B and 5B. RGB value is (104,91,91). Sum of RGB (Red+Green+Blue) = 104+91+91=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B5B is #97A4A4. Grayscale: #5E5E5E. Windows color (decimal): -9938085 or 5987176. OLE color: 5987176.

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

Color convert

RGB 104 91 91 -
CMYK 0 0.12 0.12 0.59
HSL 0.07% 0.38% -
HSV(B) 0.13% 0.41% -
XYZ 11.34 11.18 11.46 -
YUV 94.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 104 91 91 0 0.12 0.12 0.59 0 0.07 0.38
Hex 68 5B 5B 0 C C 3B 0 7 26
Octal 150 133 133 0 14 14 73 0 7 46
Binary 1101000 1011011 1011011 0 1100 1100 111011 0 111 100110

Color Harmonies of #685B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B5B

Black with #685B5B

Text Example


Text Example

White with #685B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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