Html Css Color HEX #74693D Yellow Metal

📋 copy color: '#74693D'

red 116 ◦ green 105 ◦ blue 61

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

Shades of Yellow Metal #74693D

Tints of Yellow Metal #74693D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.63%

R = 41.13%
G = 37.23%
B = 21.63%

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

#74693D (or 0x74693D) is known color: Yellow Metal. HEX triplet: 74, 69 and 3D. RGB value is (116,105,61). Sum of RGB (Red+Green+Blue) = 116+105+61=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74693D is #8B96C2. Grayscale: #676767. Windows color (decimal): -9148099 or 4024692. OLE color: 4024692.

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

Color convert

RGB 116 105 61 -
CMYK 0 0.09 0.47 0.55
HSL 48º 0.31% 0.35% -
HSV(B) 48º 0.47% 0.45% -
XYZ 13.1 14.15 6.46 -
YUV 103.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 116 105 61 0 0.09 0.47 0.55 48 0.31 0.35
Hex 74 69 3D 0 9 2F 37 30 1F 23
Octal 164 151 75 0 11 57 67 60 37 43
Binary 1110100 1101001 111101 0 1001 101111 110111 110000 11111 100011

Color Harmonies of #74693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74693D

Black with #74693D

Text Example


Text Example

White with #74693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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