Html Css Color HEX #6A6261 Zambezi

📋 copy color: '#6A6261'

red 106 ◦ green 98 ◦ blue 97

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

Shades of Zambezi #6A6261

Tints of Zambezi #6A6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.56%

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 35.22%
G = 32.56%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6A6261 (or 0x6A6261) is known color: Zambezi. HEX triplet: 6A, 62 and 61. RGB value is (106,98,97). Sum of RGB (Red+Green+Blue) = 106+98+97=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6261 is #959D9E. Grayscale: #646464. Windows color (decimal): -9805215 or 6382186. OLE color: 6382186.

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

Color convert

RGB 106 98 97 -
CMYK 0 0.08 0.08 0.58
HSL 6.67º 0.04% 0.4% -
HSV(B) 6.67º 0.08% 0.42% -
XYZ 12.47 12.66 13.1 -
YUV 100.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 106 98 97 0 0.08 0.08 0.58 6.67 0.04 0.4
Hex 6A 62 61 0 8 8 3A 7 4 28
Octal 152 142 141 0 10 10 72 7 4 50
Binary 1101010 1100010 1100001 0 1000 1000 111010 111 100 101000

Color Harmonies of #6A6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6261

Black with #6A6261

Text Example


Text Example

White with #6A6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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