Html Css Color HEX #6F5D5D Zambezi

📋 copy color: '#6F5D5D'

red 111 ◦ green 93 ◦ blue 93

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

Shades of Zambezi #6F5D5D

Tints of Zambezi #6F5D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 37.37%
G = 31.31%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F5D5D (or 0x6F5D5D) is known color: Zambezi. HEX triplet: 6F, 5D and 5D. RGB value is (111,93,93). Sum of RGB (Red+Green+Blue) = 111+93+93=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D5D is #90A2A2. Grayscale: #626262. Windows color (decimal): -9478819 or 6118767. OLE color: 6118767.

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

Color convert

RGB 111 93 93 -
CMYK 0 0.16 0.16 0.56
HSL 0.09% 0.4% -
HSV(B) 0.16% 0.44% -
XYZ 12.45 12 12.02 -
YUV 98.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 111 93 93 0 0.16 0.16 0.56 0 0.09 0.4
Hex 6F 5D 5D 0 10 10 38 0 9 28
Octal 157 135 135 0 20 20 70 0 11 50
Binary 1101111 1011101 1011101 0 10000 10000 111000 0 1001 101000

Color Harmonies of #6F5D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D5D

Black with #6F5D5D

Text Example


Text Example

White with #6F5D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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