Html Css Color HEX #6F5756 Zambezi

📋 copy color: '#6F5756'

red 111 ◦ green 87 ◦ blue 86

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

Shades of Zambezi #6F5756

Tints of Zambezi #6F5756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.63%

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

R = 39.08%
G = 30.63%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F5756 (or 0x6F5756) is known color: Zambezi. HEX triplet: 6F, 57 and 56. RGB value is (111,87,86). Sum of RGB (Red+Green+Blue) = 111+87+86=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5756 is #90A8A9. Grayscale: #5E5E5E. Windows color (decimal): -9480362 or 5658479. OLE color: 5658479.

HSL color Cylindrical-coordinate representation of color #6F5756: hue angle of 2.4º 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 #6F5756 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 87 86 -
CMYK 0 0.22 0.23 0.56
HSL 2.4º 0.13% 0.39% -
HSV(B) 2.4º 0.23% 0.44% -
XYZ 11.64 10.87 10.29 -
YUV 94.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 111 87 86 0 0.22 0.23 0.56 2.4 0.13 0.39
Hex 6F 57 56 0 16 17 38 2 D 27
Octal 157 127 126 0 26 27 70 2 15 47
Binary 1101111 1010111 1010110 0 10110 10111 111000 10 1101 100111

Color Harmonies of #6F5756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5756

Black with #6F5756

Text Example


Text Example

White with #6F5756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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