Html Css Color HEX #6F5B57 Zambezi

📋 copy color: '#6F5B57'

red 111 ◦ green 91 ◦ blue 87

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

Shades of Zambezi #6F5B57

Tints of Zambezi #6F5B57

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.49%

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

R = 38.41%
G = 31.49%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F5B57 (or 0x6F5B57) is known color: Zambezi. HEX triplet: 6F, 5B and 57. RGB value is (111,91,87). Sum of RGB (Red+Green+Blue) = 111+91+87=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B57 is #90A4A8. Grayscale: #606060. Windows color (decimal): -9479337 or 5725039. OLE color: 5725039.

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

Color convert

RGB 111 91 87 -
CMYK 0 0.18 0.22 0.56
HSL 10º 0.12% 0.39% -
HSV(B) 10º 0.22% 0.44% -
XYZ 12.02 11.55 10.61 -
YUV 96.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 111 91 87 0 0.18 0.22 0.56 10 0.12 0.39
Hex 6F 5B 57 0 12 16 38 A C 27
Octal 157 133 127 0 22 26 70 12 14 47
Binary 1101111 1011011 1010111 0 10010 10110 111000 1010 1100 100111

Color Harmonies of #6F5B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5B57

Black with #6F5B57

Text Example


Text Example

White with #6F5B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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