Html Css Color HEX #746510 Yukon Gold

📋 copy color: '#746510'

red 116 ◦ green 101 ◦ blue 16

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

Shades of Yukon Gold #746510

Tints of Yukon Gold #746510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 49.79%
G = 43.35%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#746510 (or 0x746510) is known color: Yukon Gold. HEX triplet: 74, 65 and 10. RGB value is (116,101,16). Sum of RGB (Red+Green+Blue) = 116+101+16=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #746510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746510 is #8B9AEF. Grayscale: #606060. Windows color (decimal): -9149168 or 1074548. OLE color: 1074548.

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

Color convert

RGB 116 101 16 -
CMYK 0 0.13 0.86 0.55
HSL 51º 0.76% 0.26% -
HSV(B) 51º 0.86% 0.45% -
XYZ 11.95 13.06 2.38 -
YUV 95.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 116 101 16 0 0.13 0.86 0.55 51 0.76 0.26
Hex 74 65 10 0 D 56 37 33 4C 1A
Octal 164 145 20 0 15 126 67 63 114 32
Binary 1110100 1100101 10000 0 1101 1010110 110111 110011 1001100 11010

Color Harmonies of #746510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746510

Black with #746510

Text Example


Text Example

White with #746510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746510; }

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

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

background-color css

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

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

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

border-color css

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

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

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