Html Css Color HEX #746320 Yukon Gold

📋 copy color: '#746320'

red 116 ◦ green 99 ◦ blue 32

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

Shades of Yukon Gold #746320

Tints of Yukon Gold #746320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 46.96%
G = 40.08%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#746320 (or 0x746320) is known color: Yukon Gold. HEX triplet: 74, 63 and 20. RGB value is (116,99,32). Sum of RGB (Red+Green+Blue) = 116+99+32=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #746320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746320 is #8B9CDF. Grayscale: #606060. Windows color (decimal): -9149664 or 2122612. OLE color: 2122612.

HSL color Cylindrical-coordinate representation of color #746320: hue angle of 47.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #746320 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 32 -
CMYK 0 0.15 0.72 0.55
HSL 47.86º 0.57% 0.29% -
HSV(B) 47.86º 0.72% 0.45% -
XYZ 11.93 12.74 3.2 -
YUV 96.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 116 99 32 0 0.15 0.72 0.55 47.86 0.57 0.29
Hex 74 63 20 0 F 48 37 30 39 1D
Octal 164 143 40 0 17 110 67 60 71 35
Binary 1110100 1100011 100000 0 1111 1001000 110111 110000 111001 11101

Color Harmonies of #746320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746320

Black with #746320

Text Example


Text Example

White with #746320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746320; }

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

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

background-color css

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

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

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

border-color css

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

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

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