Html Css Color HEX #746815 Yukon Gold

📋 copy color: '#746815'

red 116 ◦ green 104 ◦ blue 21

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

Shades of Yukon Gold #746815

Tints of Yukon Gold #746815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.15%

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

R = 48.13%
G = 43.15%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#746815 (or 0x746815) is known color: Yukon Gold. HEX triplet: 74, 68 and 15. RGB value is (116,104,21). Sum of RGB (Red+Green+Blue) = 116+104+21=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #746815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746815 is #8B97EA. Grayscale: #626262. Windows color (decimal): -9148395 or 1402996. OLE color: 1402996.

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

Color convert

RGB 116 104 21 -
CMYK 0 0.10 0.82 0.55
HSL 52.42º 0.69% 0.27% -
HSV(B) 52.42º 0.82% 0.45% -
XYZ 12.29 13.67 2.7 -
YUV 98.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 116 104 21 0 0.10 0.82 0.55 52.42 0.69 0.27
Hex 74 68 15 0 A 52 37 34 45 1B
Octal 164 150 25 0 12 122 67 64 105 33
Binary 1110100 1101000 10101 0 1010 1010010 110111 110100 1000101 11011

Color Harmonies of #746815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746815

Black with #746815

Text Example


Text Example

White with #746815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746815; }

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

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

background-color css

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

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

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

border-color css

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

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

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