Html Css Color HEX #736260 Zambezi

📋 copy color: '#736260'

red 115 ◦ green 98 ◦ blue 96

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

Shades of Zambezi #736260

Tints of Zambezi #736260

RGB

 RED value IS 115 (45.31% from 255) = 37.22%

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

 BLUE value IS 96 (37.89% from 255) = 31.07%

R = 37.22%
G = 31.72%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#736260 (or 0x736260) is known color: Zambezi. HEX triplet: 73, 62 and 60. RGB value is (115,98,96). Sum of RGB (Red+Green+Blue) = 115+98+96=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #736260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736260 is #8C9D9F. Grayscale: #666666. Windows color (decimal): -9215392 or 6316659. OLE color: 6316659.

HSL color Cylindrical-coordinate representation of color #736260: hue angle of 6.32º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736260 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 98 96 -
CMYK 0 0.15 0.17 0.55
HSL 6.32º 0.09% 0.41% -
HSV(B) 6.32º 0.17% 0.45% -
XYZ 13.55 13.22 12.9 -
YUV 102.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 115 98 96 0 0.15 0.17 0.55 6.32 0.09 0.41
Hex 73 62 60 0 F 11 37 6 9 29
Octal 163 142 140 0 17 21 67 6 11 51
Binary 1110011 1100010 1100000 0 1111 10001 110111 110 1001 101001

Color Harmonies of #736260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736260

Black with #736260

Text Example


Text Example

White with #736260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736260; }

 p { color: rgb(115,98,96); }

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

background-color css

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

 a { background-color: rgb(115,98,96); }

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

border-color css

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

 span { border-color: rgb(115,98,96); }

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