Html Css Color HEX #746017 Yukon Gold

📋 copy color: '#746017'

red 116 ◦ green 96 ◦ blue 23

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

Shades of Yukon Gold #746017

Tints of Yukon Gold #746017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.79%

R = 49.36%
G = 40.85%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#746017 (or 0x746017) is known color: Yukon Gold. HEX triplet: 74, 60 and 17. RGB value is (116,96,23). Sum of RGB (Red+Green+Blue) = 116+96+23=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #746017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746017 is #8B9FE8. Grayscale: #5D5D5D. Windows color (decimal): -9150441 or 1532020. OLE color: 1532020.

HSL color Cylindrical-coordinate representation of color #746017: hue angle of 47.1º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #746017 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 23 -
CMYK 0 0.17 0.80 0.55
HSL 47.1º 0.67% 0.27% -
HSV(B) 47.1º 0.8% 0.45% -
XYZ 11.54 12.14 2.55 -
YUV 93.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 116 96 23 0 0.17 0.80 0.55 47.1 0.67 0.27
Hex 74 60 17 0 11 50 37 2F 43 1B
Octal 164 140 27 0 21 120 67 57 103 33
Binary 1110100 1100000 10111 0 10001 1010000 110111 101111 1000011 11011

Color Harmonies of #746017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746017

Black with #746017

Text Example


Text Example

White with #746017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746017; }

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

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

background-color css

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

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

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

border-color css

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

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

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