Html Css Color HEX #746013 Yukon Gold

📋 copy color: '#746013'

red 116 ◦ green 96 ◦ blue 19

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

Shades of Yukon Gold #746013

Tints of Yukon Gold #746013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.56%

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 50.22%
G = 41.56%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#746013 (or 0x746013) is known color: Yukon Gold. HEX triplet: 74, 60 and 13. RGB value is (116,96,19). Sum of RGB (Red+Green+Blue) = 116+96+19=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #746013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746013 is #8B9FEC. Grayscale: #5D5D5D. Windows color (decimal): -9150445 or 1269876. OLE color: 1269876.

HSL color Cylindrical-coordinate representation of color #746013: hue angle of 47.63º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #746013 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 19 -
CMYK 0 0.17 0.84 0.55
HSL 47.63º 0.72% 0.26% -
HSV(B) 47.63º 0.84% 0.45% -
XYZ 11.5 12.13 2.35 -
YUV 93.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 116 96 19 0 0.17 0.84 0.55 47.63 0.72 0.26
Hex 74 60 13 0 11 54 37 30 48 1A
Octal 164 140 23 0 21 124 67 60 110 32
Binary 1110100 1100000 10011 0 10001 1010100 110111 110000 1001000 11010

Color Harmonies of #746013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746013

Black with #746013

Text Example


Text Example

White with #746013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746013; }

 p { color: rgb(116,96,19); }

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

background-color css

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

 a { background-color: rgb(116,96,19); }

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

border-color css

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

 span { border-color: rgb(116,96,19); }

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