Html Css Color HEX #695856 Zambezi

📋 copy color: '#695856'

red 105 ◦ green 88 ◦ blue 86

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

Shades of Zambezi #695856

Tints of Zambezi #695856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.82%

R = 37.63%
G = 31.54%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#695856 (or 0x695856) is known color: Zambezi. HEX triplet: 69, 58 and 56. RGB value is (105,88,86). Sum of RGB (Red+Green+Blue) = 105+88+86=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #695856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695856 is #96A7A9. Grayscale: #5C5C5C. Windows color (decimal): -9873322 or 5658729. OLE color: 5658729.

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

Color convert

RGB 105 88 86 -
CMYK 0 0.16 0.18 0.59
HSL 6.32º 0.1% 0.37% -
HSV(B) 6.32º 0.18% 0.41% -
XYZ 11 10.65 10.28 -
YUV 92.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 105 88 86 0 0.16 0.18 0.59 6.32 0.1 0.37
Hex 69 58 56 0 10 12 3B 6 A 25
Octal 151 130 126 0 20 22 73 6 12 45
Binary 1101001 1011000 1010110 0 10000 10010 111011 110 1010 100101

Color Harmonies of #695856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695856

Black with #695856

Text Example


Text Example

White with #695856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695856; }

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

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

background-color css

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

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

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

border-color css

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

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

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