Html Css Color HEX #74603E Yellow Metal

📋 copy color: '#74603E'

red 116 ◦ green 96 ◦ blue 62

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

Shades of Yellow Metal #74603E

Tints of Yellow Metal #74603E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

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

R = 42.34%
G = 35.04%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74603E (or 0x74603E) is known color: Yellow Metal. HEX triplet: 74, 60 and 3E. RGB value is (116,96,62). Sum of RGB (Red+Green+Blue) = 116+96+62=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74603E is #8B9FC1. Grayscale: #626262. Windows color (decimal): -9150402 or 4087924. OLE color: 4087924.

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

Color convert

RGB 116 96 62 -
CMYK 0 0.17 0.47 0.55
HSL 37.78º 0.3% 0.35% -
HSV(B) 37.78º 0.47% 0.45% -
XYZ 12.25 12.43 6.31 -
YUV 98.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 116 96 62 0 0.17 0.47 0.55 37.78 0.3 0.35
Hex 74 60 3E 0 11 2F 37 26 1E 23
Octal 164 140 76 0 21 57 67 46 36 43
Binary 1110100 1100000 111110 0 10001 101111 110111 100110 11110 100011

Color Harmonies of #74603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74603E

Black with #74603E

Text Example


Text Example

White with #74603E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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