Html Css Color HEX #695F5D Zambezi

📋 copy color: '#695F5D'

red 105 ◦ green 95 ◦ blue 93

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

Shades of Zambezi #695F5D

Tints of Zambezi #695F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 35.84%
G = 32.42%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#695F5D (or 0x695F5D) is known color: Zambezi. HEX triplet: 69, 5F and 5D. RGB value is (105,95,93). Sum of RGB (Red+Green+Blue) = 105+95+93=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 105 - color contains mainly: red. Hex color #695F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F5D is #96A0A2. Grayscale: #616161. Windows color (decimal): -9871523 or 6119273. OLE color: 6119273.

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

Color convert

RGB 105 95 93 -
CMYK 0 0.10 0.11 0.59
HSL 10º 0.06% 0.39% -
HSV(B) 10º 0.11% 0.41% -
XYZ 11.89 11.98 12.04 -
YUV 97.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 105 95 93 0 0.10 0.11 0.59 10 0.06 0.39
Hex 69 5F 5D 0 A B 3B A 6 27
Octal 151 137 135 0 12 13 73 12 6 47
Binary 1101001 1011111 1011101 0 1010 1011 111011 1010 110 100111

Color Harmonies of #695F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695F5D

Black with #695F5D

Text Example


Text Example

White with #695F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695F5D; }

 p { color: rgb(105,95,93); }

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

background-color css

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

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

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

border-color css

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

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

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