Html Css Color HEX #6E5F5F Zambezi

📋 copy color: '#6E5F5F'

red 110 ◦ green 95 ◦ blue 95

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

Shades of Zambezi #6E5F5F

Tints of Zambezi #6E5F5F

RGB

 RED value IS 110 (43.36% from 255) = 36.67%

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

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

R = 36.67%
G = 31.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E5F5F (or 0x6E5F5F) is known color: Zambezi. HEX triplet: 6E, 5F and 5F. RGB value is (110,95,95). Sum of RGB (Red+Green+Blue) = 110+95+95=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F5F is #91A0A0. Grayscale: #636363. Windows color (decimal): -9543841 or 6250350. OLE color: 6250350.

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

Color convert

RGB 110 95 95 -
CMYK 0 0.14 0.14 0.57
HSL 0.07% 0.4% -
HSV(B) 0.14% 0.43% -
XYZ 12.59 12.33 12.54 -
YUV 99.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 110 95 95 0 0.14 0.14 0.57 0 0.07 0.4
Hex 6E 5F 5F 0 E E 39 0 7 28
Octal 156 137 137 0 16 16 71 0 7 50
Binary 1101110 1011111 1011111 0 1110 1110 111001 0 111 101000

Color Harmonies of #6E5F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5F5F

Black with #6E5F5F

Text Example


Text Example

White with #6E5F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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