Html Css Color HEX #6C5C59 Zambezi

📋 copy color: '#6C5C59'

red 108 ◦ green 92 ◦ blue 89

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

Shades of Zambezi #6C5C59

Tints of Zambezi #6C5C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.83%

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 37.37%
G = 31.83%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6C5C59 (or 0x6C5C59) is known color: Zambezi. HEX triplet: 6C, 5C and 59. RGB value is (108,92,89). Sum of RGB (Red+Green+Blue) = 108+92+89=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5C59 is #93A3A6. Grayscale: #606060. Windows color (decimal): -9675687 or 5856364. OLE color: 5856364.

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

Color convert

RGB 108 92 89 -
CMYK 0 0.15 0.18 0.58
HSL 9.47º 0.1% 0.39% -
HSV(B) 9.47º 0.18% 0.42% -
XYZ 11.81 11.56 11.06 -
YUV 96.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 108 92 89 0 0.15 0.18 0.58 9.47 0.1 0.39
Hex 6C 5C 59 0 F 12 3A 9 A 27
Octal 154 134 131 0 17 22 72 11 12 47
Binary 1101100 1011100 1011001 0 1111 10010 111010 1001 1010 100111

Color Harmonies of #6C5C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5C59

Black with #6C5C59

Text Example


Text Example

White with #6C5C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,92,89); }

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

background-color css

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

 a { background-color: rgb(108,92,89); }

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

border-color css

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

 span { border-color: rgb(108,92,89); }

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