Html Css Color HEX #746117 Yukon Gold

📋 copy color: '#746117'

red 116 ◦ green 97 ◦ blue 23

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

Shades of Yukon Gold #746117

Tints of Yukon Gold #746117

RGB

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

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

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

R = 49.15%
G = 41.1%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#746117 (or 0x746117) is known color: Yukon Gold. HEX triplet: 74, 61 and 17. RGB value is (116,97,23). Sum of RGB (Red+Green+Blue) = 116+97+23=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746117 is #8B9EE8. Grayscale: #5E5E5E. Windows color (decimal): -9150185 or 1532276. OLE color: 1532276.

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

Color convert

RGB 116 97 23 -
CMYK 0 0.16 0.80 0.55
HSL 47.74º 0.67% 0.27% -
HSV(B) 47.74º 0.8% 0.45% -
XYZ 11.63 12.32 2.58 -
YUV 94.25 87.79 143.52 -
System Red Green Blue C M Y K H S L
Decimal 116 97 23 0 0.16 0.80 0.55 47.74 0.67 0.27
Hex 74 61 17 0 10 50 37 30 43 1B
Octal 164 141 27 0 20 120 67 60 103 33
Binary 1110100 1100001 10111 0 10000 1010000 110111 110000 1000011 11011

Color Harmonies of #746117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746117

Black with #746117

Text Example


Text Example

White with #746117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746117; }

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

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

background-color css

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

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

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

border-color css

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

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

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