Html Css Color HEX #746307 Yukon Gold

📋 copy color: '#746307'

red 116 ◦ green 99 ◦ blue 7

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

Shades of Yukon Gold #746307

Tints of Yukon Gold #746307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.15%

R = 52.25%
G = 44.59%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#746307 (or 0x746307) is known color: Yukon Gold. HEX triplet: 74, 63 and 07. RGB value is (116,99,7). Sum of RGB (Red+Green+Blue) = 116+99+7=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #746307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746307 is #8B9CF8. Grayscale: #5D5D5D. Windows color (decimal): -9149689 or 484212. OLE color: 484212.

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

Color convert

RGB 116 99 7 -
CMYK 0 0.15 0.94 0.55
HSL 50.64º 0.89% 0.24% -
HSV(B) 50.64º 0.94% 0.45% -
XYZ 11.7 12.65 2.03 -
YUV 93.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 116 99 7 0 0.15 0.94 0.55 50.64 0.89 0.24
Hex 74 63 7 0 F 5E 37 33 59 18
Octal 164 143 7 0 17 136 67 63 131 30
Binary 1110100 1100011 111 0 1111 1011110 110111 110011 1011001 11000

Color Harmonies of #746307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746307

Black with #746307

Text Example


Text Example

White with #746307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746307; }

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

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

background-color css

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

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

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

border-color css

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

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

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