Html Css Color HEX #74683D Yellow Metal

📋 copy color: '#74683D'

red 116 ◦ green 104 ◦ blue 61

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

Shades of Yellow Metal #74683D

Tints of Yellow Metal #74683D

RGB

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

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

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

R = 41.28%
G = 37.01%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74683D (or 0x74683D) is known color: Yellow Metal. HEX triplet: 74, 68 and 3D. RGB value is (116,104,61). Sum of RGB (Red+Green+Blue) = 116+104+61=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #74683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74683D is #8B97C2. Grayscale: #666666. Windows color (decimal): -9148355 or 4024436. OLE color: 4024436.

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

Color convert

RGB 116 104 61 -
CMYK 0 0.10 0.47 0.55
HSL 46.91º 0.31% 0.35% -
HSV(B) 46.91º 0.47% 0.45% -
XYZ 13 13.95 6.42 -
YUV 102.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 116 104 61 0 0.10 0.47 0.55 46.91 0.31 0.35
Hex 74 68 3D 0 A 2F 37 2F 1F 23
Octal 164 150 75 0 12 57 67 57 37 43
Binary 1110100 1101000 111101 0 1010 101111 110111 101111 11111 100011

Color Harmonies of #74683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74683D

Black with #74683D

Text Example


Text Example

White with #74683D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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