Html Css Color HEX #726640 Yellow Metal

📋 copy color: '#726640'

red 114 ◦ green 102 ◦ blue 64

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

Shades of Yellow Metal #726640

Tints of Yellow Metal #726640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

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

R = 40.71%
G = 36.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#726640 (or 0x726640) is known color: Yellow Metal. HEX triplet: 72, 66 and 40. RGB value is (114,102,64). Sum of RGB (Red+Green+Blue) = 114+102+64=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #726640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726640 is #8D99BF. Grayscale: #656565. Windows color (decimal): -9279936 or 4220530. OLE color: 4220530.

HSL color Cylindrical-coordinate representation of color #726640: hue angle of 45.6º 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 #726640 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 102 64 -
CMYK 0 0.11 0.44 0.55
HSL 45.6º 0.28% 0.35% -
HSV(B) 45.6º 0.44% 0.45% -
XYZ 12.62 13.45 6.78 -
YUV 101.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 114 102 64 0 0.11 0.44 0.55 45.6 0.28 0.35
Hex 72 66 40 0 B 2C 37 2E 1C 23
Octal 162 146 100 0 13 54 67 56 34 43
Binary 1110010 1100110 1000000 0 1011 101100 110111 101110 11100 100011

Color Harmonies of #726640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726640

Black with #726640

Text Example


Text Example

White with #726640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726640; }

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

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

background-color css

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

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

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

border-color css

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

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

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