Html Css Color HEX #6F6261 Zambezi

📋 copy color: '#6F6261'

red 111 ◦ green 98 ◦ blue 97

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

Shades of Zambezi #6F6261

Tints of Zambezi #6F6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

 BLUE value IS 97 (38.28% from 255) = 31.7%

R = 36.27%
G = 32.03%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F6261 (or 0x6F6261) is known color: Zambezi. HEX triplet: 6F, 62 and 61. RGB value is (111,98,97). Sum of RGB (Red+Green+Blue) = 111+98+97=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6261 is #909D9E. Grayscale: #656565. Windows color (decimal): -9477535 or 6382191. OLE color: 6382191.

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

Color convert

RGB 111 98 97 -
CMYK 0 0.12 0.13 0.56
HSL 4.29º 0.07% 0.41% -
HSV(B) 4.29º 0.13% 0.44% -
XYZ 13.08 12.98 13.12 -
YUV 101.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 111 98 97 0 0.12 0.13 0.56 4.29 0.07 0.41
Hex 6F 62 61 0 C D 38 4 7 29
Octal 157 142 141 0 14 15 70 4 7 51
Binary 1101111 1100010 1100001 0 1100 1101 111000 100 111 101001

Color Harmonies of #6F6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6261

Black with #6F6261

Text Example


Text Example

White with #6F6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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