Html Css Color HEX #746305 Yukon Gold

📋 copy color: '#746305'

red 116 ◦ green 99 ◦ blue 5

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

Shades of Yukon Gold #746305

Tints of Yukon Gold #746305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 52.73%
G = 45%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#746305 (or 0x746305) is known color: Yukon Gold. HEX triplet: 74, 63 and 05. RGB value is (116,99,5). Sum of RGB (Red+Green+Blue) = 116+99+5=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #746305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746305 is #8B9CFA. Grayscale: #5D5D5D. Windows color (decimal): -9149691 or 353140. OLE color: 353140.

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

Color convert

RGB 116 99 5 -
CMYK 0 0.15 0.96 0.55
HSL 50.81º 0.92% 0.24% -
HSV(B) 50.81º 0.96% 0.45% -
XYZ 11.69 12.65 1.97 -
YUV 93.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 116 99 5 0 0.15 0.96 0.55 50.81 0.92 0.24
Hex 74 63 5 0 F 60 37 33 5C 18
Octal 164 143 5 0 17 140 67 63 134 30
Binary 1110100 1100011 101 0 1111 1100000 110111 110011 1011100 11000

Color Harmonies of #746305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746305

Black with #746305

Text Example


Text Example

White with #746305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746305; }

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

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

background-color css

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

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

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

border-color css

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

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

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