Html Css Color HEX #74623E Yellow Metal

📋 copy color: '#74623E'

red 116 ◦ green 98 ◦ blue 62

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

Shades of Yellow Metal #74623E

Tints of Yellow Metal #74623E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.51%

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

R = 42.03%
G = 35.51%
B = 22.46%

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

#74623E (or 0x74623E) is known color: Yellow Metal. HEX triplet: 74, 62 and 3E. RGB value is (116,98,62). Sum of RGB (Red+Green+Blue) = 116+98+62=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74623E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74623E is #8B9DC1. Grayscale: #636363. Windows color (decimal): -9149890 or 4088436. OLE color: 4088436.

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

Color convert

RGB 116 98 62 -
CMYK 0 0.16 0.47 0.55
HSL 40º 0.3% 0.35% -
HSV(B) 40º 0.47% 0.45% -
XYZ 12.44 12.8 6.37 -
YUV 99.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 116 98 62 0 0.16 0.47 0.55 40 0.3 0.35
Hex 74 62 3E 0 10 2F 37 28 1E 23
Octal 164 142 76 0 20 57 67 50 36 43
Binary 1110100 1100010 111110 0 10000 101111 110111 101000 11110 100011

Color Harmonies of #74623E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74623E

Black with #74623E

Text Example


Text Example

White with #74623E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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