Html Css Color HEX #74673F Yellow Metal

📋 copy color: '#74673F'

red 116 ◦ green 103 ◦ blue 63

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

Shades of Yellow Metal #74673F

Tints of Yellow Metal #74673F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 41.13%
G = 36.52%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74673F (or 0x74673F) is known color: Yellow Metal. HEX triplet: 74, 67 and 3F. RGB value is (116,103,63). Sum of RGB (Red+Green+Blue) = 116+103+63=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74673F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74673F is #8B98C0. Grayscale: #666666. Windows color (decimal): -9148609 or 4155252. OLE color: 4155252.

HSL color Cylindrical-coordinate representation of color #74673F: hue angle of 45.28º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74673F is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 103 63 -
CMYK 0 0.11 0.46 0.55
HSL 45.28º 0.3% 0.35% -
HSV(B) 45.28º 0.46% 0.45% -
XYZ 12.95 13.77 6.68 -
YUV 102.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 116 103 63 0 0.11 0.46 0.55 45.28 0.3 0.35
Hex 74 67 3F 0 B 2E 37 2D 1E 23
Octal 164 147 77 0 13 56 67 55 36 43
Binary 1110100 1100111 111111 0 1011 101110 110111 101101 11110 100011

Color Harmonies of #74673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74673F

Black with #74673F

Text Example


Text Example

White with #74673F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74673F; }

 p { color: rgb(116,103,63); }

 H1.HeaderClassName
 {
   color: #74673F;
 }
 .AnyTagClassName
 {
   color: #74673F;
 }
</style>

background-color css

<style>
 a { background-color: #74673F; }

 a { background-color: rgb(116,103,63); }

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

border-color css

<style>
 span { border-color: #74673F; }

 span { border-color: rgb(116,103,63); }

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