Html Css Color HEX #6F5858 Zambezi

📋 copy color: '#6F5858'

red 111 ◦ green 88 ◦ blue 88

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

Shades of Zambezi #6F5858

Tints of Zambezi #6F5858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 38.68%
G = 30.66%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F5858 (or 0x6F5858) is known color: Zambezi. HEX triplet: 6F, 58 and 58. RGB value is (111,88,88). Sum of RGB (Red+Green+Blue) = 111+88+88=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5858 is #90A7A7. Grayscale: #5E5E5E. Windows color (decimal): -9480104 or 5789807. OLE color: 5789807.

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

Color convert

RGB 111 88 88 -
CMYK 0 0.21 0.21 0.56
HSL 0.12% 0.39% -
HSV(B) 0.21% 0.44% -
XYZ 11.81 11.06 10.75 -
YUV 94.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 111 88 88 0 0.21 0.21 0.56 0 0.12 0.39
Hex 6F 58 58 0 15 15 38 0 C 27
Octal 157 130 130 0 25 25 70 0 14 47
Binary 1101111 1011000 1011000 0 10101 10101 111000 0 1100 100111

Color Harmonies of #6F5858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5858

Black with #6F5858

Text Example


Text Example

White with #6F5858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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