Html Css Color HEX #695B5B Zambezi

📋 copy color: '#695B5B'

red 105 ◦ green 91 ◦ blue 91

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

Shades of Zambezi #695B5B

Tints of Zambezi #695B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 36.59%
G = 31.71%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#695B5B (or 0x695B5B) is known color: Zambezi. HEX triplet: 69, 5B and 5B. RGB value is (105,91,91). Sum of RGB (Red+Green+Blue) = 105+91+91=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #695B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B5B is #96A4A4. Grayscale: #5F5F5F. Windows color (decimal): -9872549 or 5987177. OLE color: 5987177.

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

Color convert

RGB 105 91 91 -
CMYK 0 0.13 0.13 0.59
HSL 0.07% 0.38% -
HSV(B) 0.13% 0.41% -
XYZ 11.46 11.24 11.46 -
YUV 95.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 105 91 91 0 0.13 0.13 0.59 0 0.07 0.38
Hex 69 5B 5B 0 D D 3B 0 7 26
Octal 151 133 133 0 15 15 73 0 7 46
Binary 1101001 1011011 1011011 0 1101 1101 111011 0 111 100110

Color Harmonies of #695B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B5B

Black with #695B5B

Text Example


Text Example

White with #695B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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