Html Css Color HEX #74623C Yellow Metal

📋 copy color: '#74623C'

red 116 ◦ green 98 ◦ blue 60

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

Shades of Yellow Metal #74623C

Tints of Yellow Metal #74623C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 42.34%
G = 35.77%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74623C (or 0x74623C) is known color: Yellow Metal. HEX triplet: 74, 62 and 3C. RGB value is (116,98,60). Sum of RGB (Red+Green+Blue) = 116+98+60=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74623C is #8B9DC3. Grayscale: #636363. Windows color (decimal): -9149892 or 3957364. OLE color: 3957364.

HSL color Cylindrical-coordinate representation of color #74623C: hue angle of 40.71º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74623C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 60 -
CMYK 0 0.16 0.48 0.55
HSL 40.71º 0.32% 0.35% -
HSV(B) 40.71º 0.48% 0.45% -
XYZ 12.39 12.77 6.09 -
YUV 99.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 116 98 60 0 0.16 0.48 0.55 40.71 0.32 0.35
Hex 74 62 3C 0 10 30 37 29 20 23
Octal 164 142 74 0 20 60 67 51 40 43
Binary 1110100 1100010 111100 0 10000 110000 110111 101001 100000 100011

Color Harmonies of #74623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74623C

Black with #74623C

Text Example


Text Example

White with #74623C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74623C; }

 p { color: rgb(116,98,60); }

 H1.HeaderClassName
 {
   color: #74623C;
 }
 .AnyTagClassName
 {
   color: #74623C;
 }
</style>

background-color css

<style>
 a { background-color: #74623C; }

 a { background-color: rgb(116,98,60); }

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

border-color css

<style>
 span { border-color: #74623C; }

 span { border-color: rgb(116,98,60); }

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