Html Css Color HEX #6F5F5F Zambezi

📋 copy color: '#6F5F5F'

red 111 ◦ green 95 ◦ blue 95

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

Shades of Zambezi #6F5F5F

Tints of Zambezi #6F5F5F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.56%

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 36.88%
G = 31.56%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F5F5F (or 0x6F5F5F) is known color: Zambezi. HEX triplet: 6F, 5F and 5F. RGB value is (111,95,95). Sum of RGB (Red+Green+Blue) = 111+95+95=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F5F is #90A0A0. Grayscale: #636363. Windows color (decimal): -9478305 or 6250351. OLE color: 6250351.

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

Color convert

RGB 111 95 95 -
CMYK 0 0.14 0.14 0.56
HSL 0.08% 0.4% -
HSV(B) 0.14% 0.44% -
XYZ 12.71 12.39 12.55 -
YUV 99.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 111 95 95 0 0.14 0.14 0.56 0 0.08 0.4
Hex 6F 5F 5F 0 E E 38 0 8 28
Octal 157 137 137 0 16 16 70 0 10 50
Binary 1101111 1011111 1011111 0 1110 1110 111000 0 1000 101000

Color Harmonies of #6F5F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5F5F

Black with #6F5F5F

Text Example


Text Example

White with #6F5F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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