Html Css Color HEX #746715 Yukon Gold

📋 copy color: '#746715'

red 116 ◦ green 103 ◦ blue 21

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

Shades of Yukon Gold #746715

Tints of Yukon Gold #746715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 48.33%
G = 42.92%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#746715 (or 0x746715) is known color: Yukon Gold. HEX triplet: 74, 67 and 15. RGB value is (116,103,21). Sum of RGB (Red+Green+Blue) = 116+103+21=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #746715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746715 is #8B98EA. Grayscale: #616161. Windows color (decimal): -9148651 or 1402740. OLE color: 1402740.

HSL color Cylindrical-coordinate representation of color #746715: hue angle of 51.79º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #746715 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 103 21 -
CMYK 0 0.11 0.82 0.55
HSL 51.79º 0.69% 0.27% -
HSV(B) 51.79º 0.82% 0.45% -
XYZ 12.19 13.47 2.67 -
YUV 97.54 84.81 141.17 -
System Red Green Blue C M Y K H S L
Decimal 116 103 21 0 0.11 0.82 0.55 51.79 0.69 0.27
Hex 74 67 15 0 B 52 37 34 45 1B
Octal 164 147 25 0 13 122 67 64 105 33
Binary 1110100 1100111 10101 0 1011 1010010 110111 110100 1000101 11011

Color Harmonies of #746715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746715

Black with #746715

Text Example


Text Example

White with #746715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746715; }

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

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

background-color css

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

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

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

border-color css

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

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

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