Html Css Color HEX #746710 Yukon Gold

📋 copy color: '#746710'

red 116 ◦ green 103 ◦ blue 16

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

Shades of Yukon Gold #746710

Tints of Yukon Gold #746710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.83%

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

R = 49.36%
G = 43.83%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#746710 (or 0x746710) is known color: Yukon Gold. HEX triplet: 74, 67 and 10. RGB value is (116,103,16). Sum of RGB (Red+Green+Blue) = 116+103+16=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #746710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746710 is #8B98EF. Grayscale: #616161. Windows color (decimal): -9148656 or 1075060. OLE color: 1075060.

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

Color convert

RGB 116 103 16 -
CMYK 0 0.11 0.86 0.55
HSL 52.2º 0.76% 0.26% -
HSV(B) 52.2º 0.86% 0.45% -
XYZ 12.15 13.45 2.45 -
YUV 96.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 116 103 16 0 0.11 0.86 0.55 52.2 0.76 0.26
Hex 74 67 10 0 B 56 37 34 4C 1A
Octal 164 147 20 0 13 126 67 64 114 32
Binary 1110100 1100111 10000 0 1011 1010110 110111 110100 1001100 11010

Color Harmonies of #746710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746710

Black with #746710

Text Example


Text Example

White with #746710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746710; }

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

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

background-color css

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

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

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

border-color css

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

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

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