Html Css Color HEX #726444 Yellow Metal

📋 copy color: '#726444'

red 114 ◦ green 100 ◦ blue 68

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

Shades of Yellow Metal #726444

Tints of Yellow Metal #726444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 40.43%
G = 35.46%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#726444 (or 0x726444) is known color: Yellow Metal. HEX triplet: 72, 64 and 44. RGB value is (114,100,68). Sum of RGB (Red+Green+Blue) = 114+100+68=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #726444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726444 is #8D9BBB. Grayscale: #646464. Windows color (decimal): -9280444 or 4482162. OLE color: 4482162.

HSL color Cylindrical-coordinate representation of color #726444: hue angle of 41.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #726444 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 68 -
CMYK 0 0.12 0.40 0.55
HSL 41.74º 0.25% 0.36% -
HSV(B) 41.74º 0.4% 0.45% -
XYZ 12.54 13.11 7.34 -
YUV 100.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 114 100 68 0 0.12 0.40 0.55 41.74 0.25 0.36
Hex 72 64 44 0 C 28 37 2A 19 24
Octal 162 144 104 0 14 50 67 52 31 44
Binary 1110010 1100100 1000100 0 1100 101000 110111 101010 11001 100100

Color Harmonies of #726444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726444

Black with #726444

Text Example


Text Example

White with #726444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726444; }

 p { color: rgb(114,100,68); }

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

background-color css

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

 a { background-color: rgb(114,100,68); }

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

border-color css

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

 span { border-color: rgb(114,100,68); }

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