Html Css Color HEX #746317 Yukon Gold

📋 copy color: '#746317'

red 116 ◦ green 99 ◦ blue 23

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

Shades of Yukon Gold #746317

Tints of Yukon Gold #746317

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

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

R = 48.74%
G = 41.6%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#746317 (or 0x746317) is known color: Yukon Gold. HEX triplet: 74, 63 and 17. RGB value is (116,99,23). Sum of RGB (Red+Green+Blue) = 116+99+23=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #746317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746317 is #8B9CE8. Grayscale: #5F5F5F. Windows color (decimal): -9149673 or 1532788. OLE color: 1532788.

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

Color convert

RGB 116 99 23 -
CMYK 0 0.15 0.80 0.55
HSL 49.03º 0.67% 0.27% -
HSV(B) 49.03º 0.8% 0.45% -
XYZ 11.82 12.7 2.64 -
YUV 95.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 116 99 23 0 0.15 0.80 0.55 49.03 0.67 0.27
Hex 74 63 17 0 F 50 37 31 43 1B
Octal 164 143 27 0 17 120 67 61 103 33
Binary 1110100 1100011 10111 0 1111 1010000 110111 110001 1000011 11011

Color Harmonies of #746317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746317

Black with #746317

Text Example


Text Example

White with #746317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746317; }

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

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

background-color css

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

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

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

border-color css

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

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

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