Html Css Color HEX #6F5957 Zambezi

📋 copy color: '#6F5957'

red 111 ◦ green 89 ◦ blue 87

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

Shades of Zambezi #6F5957

Tints of Zambezi #6F5957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 38.68%
G = 31.01%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F5957 (or 0x6F5957) is known color: Zambezi. HEX triplet: 6F, 59 and 57. RGB value is (111,89,87). Sum of RGB (Red+Green+Blue) = 111+89+87=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5957 is #90A6A8. Grayscale: #5F5F5F. Windows color (decimal): -9479849 or 5724527. OLE color: 5724527.

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

Color convert

RGB 111 89 87 -
CMYK 0 0.20 0.22 0.56
HSL 0.12% 0.39% -
HSV(B) 0.22% 0.44% -
XYZ 11.85 11.21 10.56 -
YUV 95.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 111 89 87 0 0.20 0.22 0.56 5 0.12 0.39
Hex 6F 59 57 0 14 16 38 5 C 27
Octal 157 131 127 0 24 26 70 5 14 47
Binary 1101111 1011001 1010111 0 10100 10110 111000 101 1100 100111

Color Harmonies of #6F5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5957

Black with #6F5957

Text Example


Text Example

White with #6F5957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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