Html Css Color HEX #74620D Yukon Gold

📋 copy color: '#74620D'

red 116 ◦ green 98 ◦ blue 13

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

Shades of Yukon Gold #74620D

Tints of Yukon Gold #74620D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 51.1%
G = 43.17%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74620D (or 0x74620D) is known color: Yukon Gold. HEX triplet: 74, 62 and 0D. RGB value is (116,98,13). Sum of RGB (Red+Green+Blue) = 116+98+13=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74620D is #8B9DF2. Grayscale: #5E5E5E. Windows color (decimal): -9149939 or 877172. OLE color: 877172.

HSL color Cylindrical-coordinate representation of color #74620D: hue angle of 49.51º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74620D is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 13 -
CMYK 0 0.16 0.89 0.55
HSL 49.51º 0.8% 0.25% -
HSV(B) 49.51º 0.89% 0.45% -
XYZ 11.64 12.48 2.18 -
YUV 93.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 116 98 13 0 0.16 0.89 0.55 49.51 0.8 0.25
Hex 74 62 D 0 10 59 37 32 50 19
Octal 164 142 15 0 20 131 67 62 120 31
Binary 1110100 1100010 1101 0 10000 1011001 110111 110010 1010000 11001

Color Harmonies of #74620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74620D

Black with #74620D

Text Example


Text Example

White with #74620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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