Html Css Color HEX #6A615F Zambezi

📋 copy color: '#6A615F'

red 106 ◦ green 97 ◦ blue 95

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

Shades of Zambezi #6A615F

Tints of Zambezi #6A615F

RGB

 RED value IS 106 (41.8% from 255) = 35.57%

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

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

R = 35.57%
G = 32.55%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6A615F (or 0x6A615F) is known color: Zambezi. HEX triplet: 6A, 61 and 5F. RGB value is (106,97,95). Sum of RGB (Red+Green+Blue) = 106+97+95=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 106 - color contains mainly: red. Hex color #6A615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A615F is #959EA0. Grayscale: #636363. Windows color (decimal): -9805473 or 6250858. OLE color: 6250858.

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

Color convert

RGB 106 97 95 -
CMYK 0 0.08 0.10 0.58
HSL 10.91º 0.05% 0.39% -
HSV(B) 10.91º 0.1% 0.42% -
XYZ 12.28 12.44 12.58 -
YUV 99.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 106 97 95 0 0.08 0.10 0.58 10.91 0.05 0.39
Hex 6A 61 5F 0 8 A 3A B 5 27
Octal 152 141 137 0 10 12 72 13 5 47
Binary 1101010 1100001 1011111 0 1000 1010 111010 1011 101 100111

Color Harmonies of #6A615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A615F

Black with #6A615F

Text Example


Text Example

White with #6A615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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