Html Css Color HEX #695F5F Zambezi

📋 copy color: '#695F5F'

red 105 ◦ green 95 ◦ blue 95

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

Shades of Zambezi #695F5F

Tints of Zambezi #695F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 35.59%
G = 32.2%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#695F5F (or 0x695F5F) is known color: Zambezi. HEX triplet: 69, 5F and 5F. RGB value is (105,95,95). Sum of RGB (Red+Green+Blue) = 105+95+95=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 105 - color contains mainly: red. Hex color #695F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F5F is #96A0A0. Grayscale: #626262. Windows color (decimal): -9871521 or 6250345. OLE color: 6250345.

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

Color convert

RGB 105 95 95 -
CMYK 0 0.10 0.10 0.59
HSL 0.05% 0.39% -
HSV(B) 0.1% 0.41% -
XYZ 11.98 12.01 12.51 -
YUV 97.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 105 95 95 0 0.10 0.10 0.59 0 0.05 0.39
Hex 69 5F 5F 0 A A 3B 0 5 27
Octal 151 137 137 0 12 12 73 0 5 47
Binary 1101001 1011111 1011111 0 1010 1010 111011 0 101 100111

Color Harmonies of #695F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695F5F

Black with #695F5F

Text Example


Text Example

White with #695F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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