Html Css Color HEX #72613E Yellow Metal

📋 copy color: '#72613E'

red 114 ◦ green 97 ◦ blue 62

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

Shades of Yellow Metal #72613E

Tints of Yellow Metal #72613E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

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

R = 41.76%
G = 35.53%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72613E (or 0x72613E) is known color: Yellow Metal. HEX triplet: 72, 61 and 3E. RGB value is (114,97,62). Sum of RGB (Red+Green+Blue) = 114+97+62=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72613E is #8D9EC1. Grayscale: #626262. Windows color (decimal): -9281218 or 4088178. OLE color: 4088178.

HSL color Cylindrical-coordinate representation of color #72613E: hue angle of 40.38º 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 #72613E is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 97 62 -
CMYK 0 0.15 0.46 0.55
HSL 40.38º 0.3% 0.35% -
HSV(B) 40.38º 0.46% 0.45% -
XYZ 12.08 12.47 6.33 -
YUV 98.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 114 97 62 0 0.15 0.46 0.55 40.38 0.3 0.35
Hex 72 61 3E 0 F 2E 37 28 1E 23
Octal 162 141 76 0 17 56 67 50 36 43
Binary 1110010 1100001 111110 0 1111 101110 110111 101000 11110 100011

Color Harmonies of #72613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72613E

Black with #72613E

Text Example


Text Example

White with #72613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72613E; }

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

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

background-color css

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

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

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

border-color css

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

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

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