Html Css Color HEX #6F5856 Zambezi

📋 copy color: '#6F5856'

red 111 ◦ green 88 ◦ blue 86

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

Shades of Zambezi #6F5856

Tints of Zambezi #6F5856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 38.95%
G = 30.88%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F5856 (or 0x6F5856) is known color: Zambezi. HEX triplet: 6F, 58 and 56. RGB value is (111,88,86). Sum of RGB (Red+Green+Blue) = 111+88+86=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5856 is #90A7A9. Grayscale: #5E5E5E. Windows color (decimal): -9480106 or 5658735. OLE color: 5658735.

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

Color convert

RGB 111 88 86 -
CMYK 0 0.21 0.23 0.56
HSL 4.8º 0.13% 0.39% -
HSV(B) 4.8º 0.23% 0.44% -
XYZ 11.72 11.03 10.32 -
YUV 94.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 111 88 86 0 0.21 0.23 0.56 4.8 0.13 0.39
Hex 6F 58 56 0 15 17 38 5 D 27
Octal 157 130 126 0 25 27 70 5 15 47
Binary 1101111 1011000 1010110 0 10101 10111 111000 101 1101 100111

Color Harmonies of #6F5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5856

Black with #6F5856

Text Example


Text Example

White with #6F5856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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