Html Css Color HEX #74693E Yellow Metal

📋 copy color: '#74693E'

red 116 ◦ green 105 ◦ blue 62

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

Shades of Yellow Metal #74693E

Tints of Yellow Metal #74693E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.1%

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

R = 40.99%
G = 37.1%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74693E (or 0x74693E) is known color: Yellow Metal. HEX triplet: 74, 69 and 3E. RGB value is (116,105,62). Sum of RGB (Red+Green+Blue) = 116+105+62=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #74693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74693E is #8B96C1. Grayscale: #676767. Windows color (decimal): -9148098 or 4090228. OLE color: 4090228.

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

Color convert

RGB 116 105 62 -
CMYK 0 0.09 0.47 0.55
HSL 47.78º 0.3% 0.35% -
HSV(B) 47.78º 0.47% 0.45% -
XYZ 13.12 14.16 6.6 -
YUV 103.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 116 105 62 0 0.09 0.47 0.55 47.78 0.3 0.35
Hex 74 69 3E 0 9 2F 37 30 1E 23
Octal 164 151 76 0 11 57 67 60 36 43
Binary 1110100 1101001 111110 0 1001 101111 110111 110000 11110 100011

Color Harmonies of #74693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74693E

Black with #74693E

Text Example


Text Example

White with #74693E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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