Html Css Color HEX #74683B Yellow Metal

📋 copy color: '#74683B'

red 116 ◦ green 104 ◦ blue 59

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

Shades of Yellow Metal #74683B

Tints of Yellow Metal #74683B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 41.58%
G = 37.28%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74683B (or 0x74683B) is known color: Yellow Metal. HEX triplet: 74, 68 and 3B. RGB value is (116,104,59). Sum of RGB (Red+Green+Blue) = 116+104+59=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74683B is #8B97C4. Grayscale: #666666. Windows color (decimal): -9148357 or 3893364. OLE color: 3893364.

HSL color Cylindrical-coordinate representation of color #74683B: hue angle of 47.37º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74683B is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 59 -
CMYK 0 0.10 0.49 0.55
HSL 47.37º 0.33% 0.34% -
HSV(B) 47.37º 0.49% 0.45% -
XYZ 12.94 13.93 6.14 -
YUV 102.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 116 104 59 0 0.10 0.49 0.55 47.37 0.33 0.34
Hex 74 68 3B 0 A 31 37 2F 21 22
Octal 164 150 73 0 12 61 67 57 41 42
Binary 1110100 1101000 111011 0 1010 110001 110111 101111 100001 100010

Color Harmonies of #74683B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74683B

Black with #74683B

Text Example


Text Example

White with #74683B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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