Html Css Color HEX #6F5959 Zambezi

📋 copy color: '#6F5959'

red 111 ◦ green 89 ◦ blue 89

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

Shades of Zambezi #6F5959

Tints of Zambezi #6F5959

RGB

 RED value IS 111 (43.75% from 255) = 38.41%

 GREEN value IS 89 (35.16% from 255) = 30.8%

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 38.41%
G = 30.8%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F5959 (or 0x6F5959) is known color: Zambezi. HEX triplet: 6F, 59 and 59. RGB value is (111,89,89). Sum of RGB (Red+Green+Blue) = 111+89+89=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5959 is #90A6A6. Grayscale: #5F5F5F. Windows color (decimal): -9479847 or 5855599. OLE color: 5855599.

HSL color Cylindrical-coordinate representation of color #6F5959: hue angle of 0º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5959 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 89 89 -
CMYK 0 0.20 0.20 0.56
HSL 0.11% 0.39% -
HSV(B) 0.2% 0.44% -
XYZ 11.93 11.25 10.99 -
YUV 95.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 111 89 89 0 0.20 0.20 0.56 0 0.11 0.39
Hex 6F 59 59 0 14 14 38 0 B 27
Octal 157 131 131 0 24 24 70 0 13 47
Binary 1101111 1011001 1011001 0 10100 10100 111000 0 1011 100111

Color Harmonies of #6F5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5959

Black with #6F5959

Text Example


Text Example

White with #6F5959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F5959; }

 p { color: rgb(111,89,89); }

 H1.HeaderClassName
 {
   color: #6F5959;
 }
 .AnyTagClassName
 {
   color: #6F5959;
 }
</style>

background-color css

<style>
 a { background-color: #6F5959; }

 a { background-color: rgb(111,89,89); }

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

border-color css

<style>
 span { border-color: #6F5959; }

 span { border-color: rgb(111,89,89); }

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