Html Css Color HEX #6B5858 Zambezi

📋 copy color: '#6B5858'

red 107 ◦ green 88 ◦ blue 88

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

Shades of Zambezi #6B5858

Tints of Zambezi #6B5858

RGB

 RED value IS 107 (42.19% from 255) = 37.81%

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

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

R = 37.81%
G = 31.1%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6B5858 (or 0x6B5858) is known color: Zambezi. HEX triplet: 6B, 58 and 58. RGB value is (107,88,88). Sum of RGB (Red+Green+Blue) = 107+88+88=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5858 is #94A7A7. Grayscale: #5D5D5D. Windows color (decimal): -9742248 or 5789803. OLE color: 5789803.

HSL color Cylindrical-coordinate representation of color #6B5858: hue angle of 0º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B5858 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 88 88 -
CMYK 0 0.18 0.18 0.58
HSL 0.1% 0.38% -
HSV(B) 0.18% 0.42% -
XYZ 11.31 10.81 10.72 -
YUV 93.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 107 88 88 0 0.18 0.18 0.58 0 0.1 0.38
Hex 6B 58 58 0 12 12 3A 0 A 26
Octal 153 130 130 0 22 22 72 0 12 46
Binary 1101011 1011000 1011000 0 10010 10010 111010 0 1010 100110

Color Harmonies of #6B5858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5858

Black with #6B5858

Text Example


Text Example

White with #6B5858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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