Html Css Color HEX #74693C Yellow Metal

📋 copy color: '#74693C'

red 116 ◦ green 105 ◦ blue 60

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

Shades of Yellow Metal #74693C

Tints of Yellow Metal #74693C

RGB

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

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

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

R = 41.28%
G = 37.37%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74693C (or 0x74693C) is known color: Yellow Metal. HEX triplet: 74, 69 and 3C. RGB value is (116,105,60). Sum of RGB (Red+Green+Blue) = 116+105+60=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #74693C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74693C is #8B96C3. Grayscale: #676767. Windows color (decimal): -9148100 or 3959156. OLE color: 3959156.

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

Color convert

RGB 116 105 60 -
CMYK 0 0.09 0.48 0.55
HSL 48.21º 0.32% 0.35% -
HSV(B) 48.21º 0.48% 0.45% -
XYZ 13.07 14.14 6.32 -
YUV 103.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 116 105 60 0 0.09 0.48 0.55 48.21 0.32 0.35
Hex 74 69 3C 0 9 30 37 30 20 23
Octal 164 151 74 0 11 60 67 60 40 43
Binary 1110100 1101001 111100 0 1001 110000 110111 110000 100000 100011

Color Harmonies of #74693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74693C

Black with #74693C

Text Example


Text Example

White with #74693C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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