Html Css Color HEX #726A3E Yellow Metal

📋 copy color: '#726A3E'

red 114 ◦ green 106 ◦ blue 62

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

Shades of Yellow Metal #726A3E

Tints of Yellow Metal #726A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.59%

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 40.43%
G = 37.59%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#726A3E (or 0x726A3E) is known color: Yellow Metal. HEX triplet: 72, 6A and 3E. RGB value is (114,106,62). Sum of RGB (Red+Green+Blue) = 114+106+62=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #726A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A3E is #8D95C1. Grayscale: #676767. Windows color (decimal): -9278914 or 4090482. OLE color: 4090482.

HSL color Cylindrical-coordinate representation of color #726A3E: hue angle of 50.77º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726A3E is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 106 62 -
CMYK 0 0.07 0.46 0.55
HSL 50.77º 0.3% 0.35% -
HSV(B) 50.77º 0.46% 0.45% -
XYZ 12.96 14.23 6.62 -
YUV 103.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 114 106 62 0 0.07 0.46 0.55 50.77 0.3 0.35
Hex 72 6A 3E 0 7 2E 37 33 1E 23
Octal 162 152 76 0 7 56 67 63 36 43
Binary 1110010 1101010 111110 0 111 101110 110111 110011 11110 100011

Color Harmonies of #726A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A3E

Black with #726A3E

Text Example


Text Example

White with #726A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726A3E; }

 p { color: rgb(114,106,62); }

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

background-color css

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

 a { background-color: rgb(114,106,62); }

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

border-color css

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

 span { border-color: rgb(114,106,62); }

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