Html Css Color HEX #6F6577 Mamba

📋 copy color: '#6F6577'

red 111 ◦ green 101 ◦ blue 119

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

Shades of Mamba #6F6577

Tints of Mamba #6F6577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 33.53%
G = 30.51%
B = 35.95%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F6577 (or 0x6F6577) is known color: Mamba. HEX triplet: 6F, 65 and 77. RGB value is (111,101,119). Sum of RGB (Red+Green+Blue) = 111+101+119=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F6577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6577 is #909A88. Grayscale: #696969. Windows color (decimal): -9476745 or 7824751. OLE color: 7824751.

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

Color convert

RGB 111 101 119 -
CMYK 0.07 0.15 0 0.53
HSL 273.33º 0.08% 0.43% -
HSV(B) 273.33º 0.15% 0.47% -
XYZ 14.54 14.02 19.39 -
YUV 106.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 111 101 119 0.07 0.15 0 0.53 273.33 0.08 0.43
Hex 6F 65 77 7 F 0 35 111 8 2B
Octal 157 145 167 7 17 0 65 421 10 53
Binary 1101111 1100101 1110111 111 1111 0 110101 100010001 1000 101011

Color Harmonies of #6F6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6577

Black with #6F6577

Text Example


Text Example

White with #6F6577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,101,119); }

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

background-color css

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

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

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

border-color css

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

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

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