Html Css Color HEX #695D5D Zambezi

📋 copy color: '#695D5D'

red 105 ◦ green 93 ◦ blue 93

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

Shades of Zambezi #695D5D

Tints of Zambezi #695D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

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

R = 36.08%
G = 31.96%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#695D5D (or 0x695D5D) is known color: Zambezi. HEX triplet: 69, 5D and 5D. RGB value is (105,93,93). Sum of RGB (Red+Green+Blue) = 105+93+93=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #695D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D5D is #96A2A2. Grayscale: #606060. Windows color (decimal): -9872035 or 6118761. OLE color: 6118761.

HSL color Cylindrical-coordinate representation of color #695D5D: hue angle of 0º 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 #695D5D is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 93 93 -
CMYK 0 0.11 0.11 0.59
HSL 0.06% 0.39% -
HSV(B) 0.11% 0.41% -
XYZ 11.72 11.62 11.98 -
YUV 96.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 105 93 93 0 0.11 0.11 0.59 0 0.06 0.39
Hex 69 5D 5D 0 B B 3B 0 6 27
Octal 151 135 135 0 13 13 73 0 6 47
Binary 1101001 1011101 1011101 0 1011 1011 111011 0 110 100111

Color Harmonies of #695D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D5D

Black with #695D5D

Text Example


Text Example

White with #695D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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