Html Css Color HEX #74613E Yellow Metal

📋 copy color: '#74613E'

red 116 ◦ green 97 ◦ blue 62

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

Shades of Yellow Metal #74613E

Tints of Yellow Metal #74613E

RGB

 RED value IS 116 (45.7% from 255) = 42.18%

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

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

R = 42.18%
G = 35.27%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74613E (or 0x74613E) is known color: Yellow Metal. HEX triplet: 74, 61 and 3E. RGB value is (116,97,62). Sum of RGB (Red+Green+Blue) = 116+97+62=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74613E is #8B9EC1. Grayscale: #626262. Windows color (decimal): -9150146 or 4088180. OLE color: 4088180.

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

Color convert

RGB 116 97 62 -
CMYK 0 0.16 0.47 0.55
HSL 38.89º 0.3% 0.35% -
HSV(B) 38.89º 0.47% 0.45% -
XYZ 12.35 12.61 6.34 -
YUV 98.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 116 97 62 0 0.16 0.47 0.55 38.89 0.3 0.35
Hex 74 61 3E 0 10 2F 37 27 1E 23
Octal 164 141 76 0 20 57 67 47 36 43
Binary 1110100 1100001 111110 0 10000 101111 110111 100111 11110 100011

Color Harmonies of #74613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74613E

Black with #74613E

Text Example


Text Example

White with #74613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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