Html Css Color HEX #695B5A Zambezi

📋 copy color: '#695B5A'

red 105 ◦ green 91 ◦ blue 90

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

Shades of Zambezi #695B5A

Tints of Zambezi #695B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 36.71%
G = 31.82%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#695B5A (or 0x695B5A) is known color: Zambezi. HEX triplet: 69, 5B and 5A. RGB value is (105,91,90). Sum of RGB (Red+Green+Blue) = 105+91+90=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #695B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B5A is #96A4A5. Grayscale: #5F5F5F. Windows color (decimal): -9872550 or 5921641. OLE color: 5921641.

HSL color Cylindrical-coordinate representation of color #695B5A: hue angle of 4º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #695B5A is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 91 90 -
CMYK 0 0.13 0.14 0.59
HSL 0.08% 0.38% -
HSV(B) 0.14% 0.41% -
XYZ 11.41 11.22 11.24 -
YUV 95.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 105 91 90 0 0.13 0.14 0.59 4 0.08 0.38
Hex 69 5B 5A 0 D E 3B 4 8 26
Octal 151 133 132 0 15 16 73 4 10 46
Binary 1101001 1011011 1011010 0 1101 1110 111011 100 1000 100110

Color Harmonies of #695B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B5A

Black with #695B5A

Text Example


Text Example

White with #695B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,91,90); }

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

background-color css

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

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

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

border-color css

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

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

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