Html Css Color HEX #746517 Yukon Gold

📋 copy color: '#746517'

red 116 ◦ green 101 ◦ blue 23

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

Shades of Yukon Gold #746517

Tints of Yukon Gold #746517

RGB

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

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

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

R = 48.33%
G = 42.08%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#746517 (or 0x746517) is known color: Yukon Gold. HEX triplet: 74, 65 and 17. RGB value is (116,101,23). Sum of RGB (Red+Green+Blue) = 116+101+23=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #746517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746517 is #8B9AE8. Grayscale: #606060. Windows color (decimal): -9149161 or 1533300. OLE color: 1533300.

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

Color convert

RGB 116 101 23 -
CMYK 0 0.13 0.80 0.55
HSL 50.32º 0.67% 0.27% -
HSV(B) 50.32º 0.8% 0.45% -
XYZ 12.01 13.08 2.7 -
YUV 96.59 86.47 141.84 -
System Red Green Blue C M Y K H S L
Decimal 116 101 23 0 0.13 0.80 0.55 50.32 0.67 0.27
Hex 74 65 17 0 D 50 37 32 43 1B
Octal 164 145 27 0 15 120 67 62 103 33
Binary 1110100 1100101 10111 0 1101 1010000 110111 110010 1000011 11011

Color Harmonies of #746517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746517

Black with #746517

Text Example


Text Example

White with #746517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746517; }

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

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

background-color css

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

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

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

border-color css

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

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

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