Html Css Color HEX #6C615F Zambezi

📋 copy color: '#6C615F'

red 108 ◦ green 97 ◦ blue 95

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

Shades of Zambezi #6C615F

Tints of Zambezi #6C615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 36%
G = 32.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C615F (or 0x6C615F) is known color: Zambezi. HEX triplet: 6C, 61 and 5F. RGB value is (108,97,95). Sum of RGB (Red+Green+Blue) = 108+97+95=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 108 - color contains mainly: red. Hex color #6C615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C615F is #939EA0. Grayscale: #646464. Windows color (decimal): -9674401 or 6250860. OLE color: 6250860.

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

Color convert

RGB 108 97 95 -
CMYK 0 0.10 0.12 0.58
HSL 9.23º 0.06% 0.4% -
HSV(B) 9.23º 0.12% 0.42% -
XYZ 12.52 12.56 12.59 -
YUV 100.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 108 97 95 0 0.10 0.12 0.58 9.23 0.06 0.4
Hex 6C 61 5F 0 A C 3A 9 6 28
Octal 154 141 137 0 12 14 72 11 6 50
Binary 1101100 1100001 1011111 0 1010 1100 111010 1001 110 101000

Color Harmonies of #6C615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C615F

Black with #6C615F

Text Example


Text Example

White with #6C615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,97,95); }

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

background-color css

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

 a { background-color: rgb(108,97,95); }

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

border-color css

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

 span { border-color: rgb(108,97,95); }

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