Html Css Color HEX #746203 Yukon Gold

📋 copy color: '#746203'

red 116 ◦ green 98 ◦ blue 3

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

Shades of Yukon Gold #746203

Tints of Yukon Gold #746203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.16%

 BLUE value IS 3 (1.56% from 255) = 1.38%

R = 53.46%
G = 45.16%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#746203 (or 0x746203) is known color: Yukon Gold. HEX triplet: 74, 62 and 03. RGB value is (116,98,3). Sum of RGB (Red+Green+Blue) = 116+98+3=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #746203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746203 is #8B9DFC. Grayscale: #5C5C5C. Windows color (decimal): -9149949 or 221812. OLE color: 221812.

HSL color Cylindrical-coordinate representation of color #746203: hue angle of 50.44º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #746203 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 3 -
CMYK 0 0.16 0.97 0.55
HSL 50.44º 0.95% 0.23% -
HSV(B) 50.44º 0.97% 0.45% -
XYZ 11.59 12.45 1.88 -
YUV 92.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 116 98 3 0 0.16 0.97 0.55 50.44 0.95 0.23
Hex 74 62 3 0 10 61 37 32 5F 17
Octal 164 142 3 0 20 141 67 62 137 27
Binary 1110100 1100010 11 0 10000 1100001 110111 110010 1011111 10111

Color Harmonies of #746203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746203

Black with #746203

Text Example


Text Example

White with #746203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746203; }

 p { color: rgb(116,98,3); }

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

background-color css

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

 a { background-color: rgb(116,98,3); }

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

border-color css

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

 span { border-color: rgb(116,98,3); }

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