Html Css Color HEX #695857 Zambezi

📋 copy color: '#695857'

red 105 ◦ green 88 ◦ blue 87

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

Shades of Zambezi #695857

Tints of Zambezi #695857

RGB

 RED value IS 105 (41.41% from 255) = 37.5%

 GREEN value IS 88 (34.77% from 255) = 31.43%

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 37.5%
G = 31.43%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#695857 (or 0x695857) is known color: Zambezi. HEX triplet: 69, 58 and 57. RGB value is (105,88,87). Sum of RGB (Red+Green+Blue) = 105+88+87=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #695857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695857 is #96A7A8. Grayscale: #5C5C5C. Windows color (decimal): -9873321 or 5724265. OLE color: 5724265.

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

Color convert

RGB 105 88 87 -
CMYK 0 0.16 0.17 0.59
HSL 3.33º 0.09% 0.38% -
HSV(B) 3.33º 0.17% 0.41% -
XYZ 11.04 10.67 10.49 -
YUV 92.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 105 88 87 0 0.16 0.17 0.59 3.33 0.09 0.38
Hex 69 58 57 0 10 11 3B 3 9 26
Octal 151 130 127 0 20 21 73 3 11 46
Binary 1101001 1011000 1010111 0 10000 10001 111011 11 1001 100110

Color Harmonies of #695857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695857

Black with #695857

Text Example


Text Example

White with #695857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695857; }

 p { color: rgb(105,88,87); }

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

background-color css

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

 a { background-color: rgb(105,88,87); }

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

border-color css

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

 span { border-color: rgb(105,88,87); }

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