Html Css Color HEX #6F5958 Zambezi

📋 copy color: '#6F5958'

red 111 ◦ green 89 ◦ blue 88

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

Shades of Zambezi #6F5958

Tints of Zambezi #6F5958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.56%

R = 38.54%
G = 30.9%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F5958 (or 0x6F5958) is known color: Zambezi. HEX triplet: 6F, 59 and 58. RGB value is (111,89,88). Sum of RGB (Red+Green+Blue) = 111+89+88=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5958 is #90A6A7. Grayscale: #5F5F5F. Windows color (decimal): -9479848 or 5790063. OLE color: 5790063.

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

Color convert

RGB 111 89 88 -
CMYK 0 0.20 0.21 0.56
HSL 2.61º 0.12% 0.39% -
HSV(B) 2.61º 0.21% 0.44% -
XYZ 11.89 11.23 10.77 -
YUV 95.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 111 89 88 0 0.20 0.21 0.56 2.61 0.12 0.39
Hex 6F 59 58 0 14 15 38 3 C 27
Octal 157 131 130 0 24 25 70 3 14 47
Binary 1101111 1011001 1011000 0 10100 10101 111000 11 1100 100111

Color Harmonies of #6F5958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5958

Black with #6F5958

Text Example


Text Example

White with #6F5958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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