Html Css Color HEX #6A5A58 Zambezi

📋 copy color: '#6A5A58'

red 106 ◦ green 90 ◦ blue 88

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

Shades of Zambezi #6A5A58

Tints of Zambezi #6A5A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.69%

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

R = 37.32%
G = 31.69%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6A5A58 (or 0x6A5A58) is known color: Zambezi. HEX triplet: 6A, 5A and 58. RGB value is (106,90,88). Sum of RGB (Red+Green+Blue) = 106+90+88=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A58 is #95A5A7. Grayscale: #5E5E5E. Windows color (decimal): -9807272 or 5790314. OLE color: 5790314.

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

Color convert

RGB 106 90 88 -
CMYK 0 0.15 0.17 0.58
HSL 6.67º 0.09% 0.38% -
HSV(B) 6.67º 0.17% 0.42% -
XYZ 11.36 11.08 10.77 -
YUV 94.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 106 90 88 0 0.15 0.17 0.58 6.67 0.09 0.38
Hex 6A 5A 58 0 F 11 3A 7 9 26
Octal 152 132 130 0 17 21 72 7 11 46
Binary 1101010 1011010 1011000 0 1111 10001 111010 111 1001 100110

Color Harmonies of #6A5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5A58

Black with #6A5A58

Text Example


Text Example

White with #6A5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,90,88); }

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

background-color css

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

 a { background-color: rgb(106,90,88); }

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

border-color css

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

 span { border-color: rgb(106,90,88); }

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