Html Css Color HEX #746615 Yukon Gold

📋 copy color: '#746615'

red 116 ◦ green 102 ◦ blue 21

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

Shades of Yukon Gold #746615

Tints of Yukon Gold #746615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.68%

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

R = 48.54%
G = 42.68%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#746615 (or 0x746615) is known color: Yukon Gold. HEX triplet: 74, 66 and 15. RGB value is (116,102,21). Sum of RGB (Red+Green+Blue) = 116+102+21=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #746615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746615 is #8B99EA. Grayscale: #616161. Windows color (decimal): -9148907 or 1402484. OLE color: 1402484.

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

Color convert

RGB 116 102 21 -
CMYK 0 0.12 0.82 0.55
HSL 51.16º 0.69% 0.27% -
HSV(B) 51.16º 0.82% 0.45% -
XYZ 12.09 13.27 2.63 -
YUV 96.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 116 102 21 0 0.12 0.82 0.55 51.16 0.69 0.27
Hex 74 66 15 0 C 52 37 33 45 1B
Octal 164 146 25 0 14 122 67 63 105 33
Binary 1110100 1100110 10101 0 1100 1010010 110111 110011 1000101 11011

Color Harmonies of #746615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746615

Black with #746615

Text Example


Text Example

White with #746615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746615; }

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

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

background-color css

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

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

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

border-color css

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

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

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