Html Css Color HEX #6F5656 Zambezi

📋 copy color: '#6F5656'

red 111 ◦ green 86 ◦ blue 86

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

Shades of Zambezi #6F5656

Tints of Zambezi #6F5656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

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

R = 39.22%
G = 30.39%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F5656 (or 0x6F5656) is known color: Zambezi. HEX triplet: 6F, 56 and 56. RGB value is (111,86,86). Sum of RGB (Red+Green+Blue) = 111+86+86=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5656 is #90A9A9. Grayscale: #5D5D5D. Windows color (decimal): -9480618 or 5658223. OLE color: 5658223.

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

Color convert

RGB 111 86 86 -
CMYK 0 0.23 0.23 0.56
HSL 0.13% 0.39% -
HSV(B) 0.23% 0.44% -
XYZ 11.56 10.71 10.26 -
YUV 93.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 111 86 86 0 0.23 0.23 0.56 0 0.13 0.39
Hex 6F 56 56 0 17 17 38 0 D 27
Octal 157 126 126 0 27 27 70 0 15 47
Binary 1101111 1010110 1010110 0 10111 10111 111000 0 1101 100111

Color Harmonies of #6F5656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5656

Black with #6F5656

Text Example


Text Example

White with #6F5656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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