Html Css Color HEX #746514 Yukon Gold

📋 copy color: '#746514'

red 116 ◦ green 101 ◦ blue 20

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

Shades of Yukon Gold #746514

Tints of Yukon Gold #746514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 48.95%
G = 42.62%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#746514 (or 0x746514) is known color: Yukon Gold. HEX triplet: 74, 65 and 14. RGB value is (116,101,20). Sum of RGB (Red+Green+Blue) = 116+101+20=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #746514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746514 is #8B9AEB. Grayscale: #606060. Windows color (decimal): -9149164 or 1336692. OLE color: 1336692.

HSL color Cylindrical-coordinate representation of color #746514: hue angle of 50.62º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #746514 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 20 -
CMYK 0 0.13 0.83 0.55
HSL 50.63º 0.71% 0.27% -
HSV(B) 50.63º 0.83% 0.45% -
XYZ 11.98 13.07 2.55 -
YUV 96.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 116 101 20 0 0.13 0.83 0.55 50.63 0.71 0.27
Hex 74 65 14 0 D 53 37 33 47 1B
Octal 164 145 24 0 15 123 67 63 107 33
Binary 1110100 1100101 10100 0 1101 1010011 110111 110011 1000111 11011

Color Harmonies of #746514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746514

Black with #746514

Text Example


Text Example

White with #746514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746514; }

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

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

background-color css

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

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

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

border-color css

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

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

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