Html Css Color HEX #726840 Yellow Metal

📋 copy color: '#726840'

red 114 ◦ green 104 ◦ blue 64

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

Shades of Yellow Metal #726840

Tints of Yellow Metal #726840

RGB

 RED value IS 114 (44.92% from 255) = 40.43%

 GREEN value IS 104 (41.02% from 255) = 36.88%

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 40.43%
G = 36.88%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#726840 (or 0x726840) is known color: Yellow Metal. HEX triplet: 72, 68 and 40. RGB value is (114,104,64). Sum of RGB (Red+Green+Blue) = 114+104+64=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #726840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726840 is #8D97BF. Grayscale: #666666. Windows color (decimal): -9279424 or 4221042. OLE color: 4221042.

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

Color convert

RGB 114 104 64 -
CMYK 0 0.09 0.44 0.55
HSL 48º 0.28% 0.35% -
HSV(B) 48º 0.44% 0.45% -
XYZ 12.82 13.85 6.85 -
YUV 102.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 114 104 64 0 0.09 0.44 0.55 48 0.28 0.35
Hex 72 68 40 0 9 2C 37 30 1C 23
Octal 162 150 100 0 11 54 67 60 34 43
Binary 1110010 1101000 1000000 0 1001 101100 110111 110000 11100 100011

Color Harmonies of #726840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726840

Black with #726840

Text Example


Text Example

White with #726840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726840; }

 p { color: rgb(114,104,64); }

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

background-color css

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

 a { background-color: rgb(114,104,64); }

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

border-color css

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

 span { border-color: rgb(114,104,64); }

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