Html Css Color HEX #6F6060 Zambezi

📋 copy color: '#6F6060'

red 111 ◦ green 96 ◦ blue 96

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

Shades of Zambezi #6F6060

Tints of Zambezi #6F6060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 36.63%
G = 31.68%
B = 31.68%

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

#6F6060 (or 0x6F6060) is known color: Zambezi. HEX triplet: 6F, 60 and 60. RGB value is (111,96,96). Sum of RGB (Red+Green+Blue) = 111+96+96=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6060 is #909F9F. Grayscale: #646464. Windows color (decimal): -9478048 or 6316143. OLE color: 6316143.

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

Color convert

RGB 111 96 96 -
CMYK 0 0.14 0.14 0.56
HSL 0.07% 0.41% -
HSV(B) 0.14% 0.44% -
XYZ 12.85 12.59 12.82 -
YUV 100.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 111 96 96 0 0.14 0.14 0.56 0 0.07 0.41
Hex 6F 60 60 0 E E 38 0 7 29
Octal 157 140 140 0 16 16 70 0 7 51
Binary 1101111 1100000 1100000 0 1110 1110 111000 0 111 101001

Color Harmonies of #6F6060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6060

Black with #6F6060

Text Example


Text Example

White with #6F6060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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