Html Css Color HEX #6C5B58 Zambezi

📋 copy color: '#6C5B58'

red 108 ◦ green 91 ◦ blue 88

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

Shades of Zambezi #6C5B58

Tints of Zambezi #6C5B58

RGB

 RED value IS 108 (42.58% from 255) = 37.63%

 GREEN value IS 91 (35.94% from 255) = 31.71%

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

R = 37.63%
G = 31.71%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6C5B58 (or 0x6C5B58) is known color: Zambezi. HEX triplet: 6C, 5B and 58. RGB value is (108,91,88). Sum of RGB (Red+Green+Blue) = 108+91+88=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5B58 is #93A4A7. Grayscale: #5F5F5F. Windows color (decimal): -9675944 or 5790572. OLE color: 5790572.

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

Color convert

RGB 108 91 88 -
CMYK 0 0.16 0.19 0.58
HSL 0.1% 0.38% -
HSV(B) 0.19% 0.42% -
XYZ 11.69 11.37 10.81 -
YUV 95.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 108 91 88 0 0.16 0.19 0.58 9 0.1 0.38
Hex 6C 5B 58 0 10 13 3A 9 A 26
Octal 154 133 130 0 20 23 72 11 12 46
Binary 1101100 1011011 1011000 0 10000 10011 111010 1001 1010 100110

Color Harmonies of #6C5B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5B58

Black with #6C5B58

Text Example


Text Example

White with #6C5B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,91,88); }

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

background-color css

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

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

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

border-color css

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

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

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