Html Css Color HEX #746617 Yukon Gold

📋 copy color: '#746617'

red 116 ◦ green 102 ◦ blue 23

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

Shades of Yukon Gold #746617

Tints of Yukon Gold #746617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.32%

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

R = 48.13%
G = 42.32%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#746617 (or 0x746617) is known color: Yukon Gold. HEX triplet: 74, 66 and 17. RGB value is (116,102,23). Sum of RGB (Red+Green+Blue) = 116+102+23=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #746617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746617 is #8B99E8. Grayscale: #616161. Windows color (decimal): -9148905 or 1533556. OLE color: 1533556.

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

Color convert

RGB 116 102 23 -
CMYK 0 0.12 0.80 0.55
HSL 50.97º 0.67% 0.27% -
HSV(B) 50.97º 0.8% 0.45% -
XYZ 12.11 13.28 2.74 -
YUV 97.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 116 102 23 0 0.12 0.80 0.55 50.97 0.67 0.27
Hex 74 66 17 0 C 50 37 33 43 1B
Octal 164 146 27 0 14 120 67 63 103 33
Binary 1110100 1100110 10111 0 1100 1010000 110111 110011 1000011 11011

Color Harmonies of #746617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746617

Black with #746617

Text Example


Text Example

White with #746617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746617; }

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

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

background-color css

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

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

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

border-color css

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

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

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