Html Css Color HEX #746119 Yukon Gold

📋 copy color: '#746119'

red 116 ◦ green 97 ◦ blue 25

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

Shades of Yukon Gold #746119

Tints of Yukon Gold #746119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.76%

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

R = 48.74%
G = 40.76%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#746119 (or 0x746119) is known color: Yukon Gold. HEX triplet: 74, 61 and 19. RGB value is (116,97,25). Sum of RGB (Red+Green+Blue) = 116+97+25=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #746119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746119 is #8B9EE6. Grayscale: #5E5E5E. Windows color (decimal): -9150183 or 1663348. OLE color: 1663348.

HSL color Cylindrical-coordinate representation of color #746119: hue angle of 47.47º 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 #746119 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 97 25 -
CMYK 0 0.16 0.78 0.55
HSL 47.47º 0.65% 0.28% -
HSV(B) 47.47º 0.78% 0.45% -
XYZ 11.65 12.33 2.69 -
YUV 94.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 116 97 25 0 0.16 0.78 0.55 47.47 0.65 0.28
Hex 74 61 19 0 10 4E 37 2F 41 1C
Octal 164 141 31 0 20 116 67 57 101 34
Binary 1110100 1100001 11001 0 10000 1001110 110111 101111 1000001 11100

Color Harmonies of #746119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746119

Black with #746119

Text Example


Text Example

White with #746119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746119; }

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

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

background-color css

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

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

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

border-color css

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

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

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