Html Css Color HEX #746519 Yukon Gold

📋 copy color: '#746519'

red 116 ◦ green 101 ◦ blue 25

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

Shades of Yukon Gold #746519

Tints of Yukon Gold #746519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.74%

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 47.93%
G = 41.74%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#746519 (or 0x746519) is known color: Yukon Gold. HEX triplet: 74, 65 and 19. RGB value is (116,101,25). Sum of RGB (Red+Green+Blue) = 116+101+25=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #746519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746519 is #8B9AE6. Grayscale: #616161. Windows color (decimal): -9149159 or 1664372. OLE color: 1664372.

HSL color Cylindrical-coordinate representation of color #746519: hue angle of 50.11º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #746519 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 25 -
CMYK 0 0.13 0.78 0.55
HSL 50.11º 0.65% 0.28% -
HSV(B) 50.11º 0.78% 0.45% -
XYZ 12.03 13.09 2.81 -
YUV 96.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 116 101 25 0 0.13 0.78 0.55 50.11 0.65 0.28
Hex 74 65 19 0 D 4E 37 32 41 1C
Octal 164 145 31 0 15 116 67 62 101 34
Binary 1110100 1100101 11001 0 1101 1001110 110111 110010 1000001 11100

Color Harmonies of #746519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746519

Black with #746519

Text Example


Text Example

White with #746519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746519; }

 p { color: rgb(116,101,25); }

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

background-color css

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

 a { background-color: rgb(116,101,25); }

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

border-color css

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

 span { border-color: rgb(116,101,25); }

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