Html Css Color HEX #74683E Yellow Metal

📋 copy color: '#74683E'

red 116 ◦ green 104 ◦ blue 62

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

Shades of Yellow Metal #74683E

Tints of Yellow Metal #74683E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

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

R = 41.13%
G = 36.88%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74683E (or 0x74683E) is known color: Yellow Metal. HEX triplet: 74, 68 and 3E. RGB value is (116,104,62). Sum of RGB (Red+Green+Blue) = 116+104+62=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74683E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74683E is #8B97C1. Grayscale: #666666. Windows color (decimal): -9148354 or 4089972. OLE color: 4089972.

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

Color convert

RGB 116 104 62 -
CMYK 0 0.10 0.47 0.55
HSL 46.67º 0.3% 0.35% -
HSV(B) 46.67º 0.47% 0.45% -
XYZ 13.02 13.96 6.57 -
YUV 102.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 116 104 62 0 0.10 0.47 0.55 46.67 0.3 0.35
Hex 74 68 3E 0 A 2F 37 2F 1E 23
Octal 164 150 76 0 12 57 67 57 36 43
Binary 1110100 1101000 111110 0 1010 101111 110111 101111 11110 100011

Color Harmonies of #74683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74683E

Black with #74683E

Text Example


Text Example

White with #74683E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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