Html Css Color HEX #685F5F Zambezi

📋 copy color: '#685F5F'

red 104 ◦ green 95 ◦ blue 95

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

Shades of Zambezi #685F5F

Tints of Zambezi #685F5F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.31%

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 35.37%
G = 32.31%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#685F5F (or 0x685F5F) is known color: Zambezi. HEX triplet: 68, 5F and 5F. RGB value is (104,95,95). Sum of RGB (Red+Green+Blue) = 104+95+95=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #685F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F5F is #97A0A0. Grayscale: #616161. Windows color (decimal): -9937057 or 6250344. OLE color: 6250344.

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

Color convert

RGB 104 95 95 -
CMYK 0 0.09 0.09 0.59
HSL 0.05% 0.39% -
HSV(B) 0.09% 0.41% -
XYZ 11.87 11.95 12.51 -
YUV 97.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 104 95 95 0 0.09 0.09 0.59 0 0.05 0.39
Hex 68 5F 5F 0 9 9 3B 0 5 27
Octal 150 137 137 0 11 11 73 0 5 47
Binary 1101000 1011111 1011111 0 1001 1001 111011 0 101 100111

Color Harmonies of #685F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F5F

Black with #685F5F

Text Example


Text Example

White with #685F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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