Html Css Color HEX #746215 Yukon Gold

📋 copy color: '#746215'

red 116 ◦ green 98 ◦ blue 21

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

Shades of Yukon Gold #746215

Tints of Yukon Gold #746215

RGB

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

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

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

R = 49.36%
G = 41.7%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#746215 (or 0x746215) is known color: Yukon Gold. HEX triplet: 74, 62 and 15. RGB value is (116,98,21). Sum of RGB (Red+Green+Blue) = 116+98+21=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #746215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746215 is #8B9DEA. Grayscale: #5E5E5E. Windows color (decimal): -9149931 or 1401460. OLE color: 1401460.

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

Color convert

RGB 116 98 21 -
CMYK 0 0.16 0.82 0.55
HSL 48.63º 0.69% 0.27% -
HSV(B) 48.63º 0.82% 0.45% -
XYZ 11.71 12.5 2.51 -
YUV 94.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 116 98 21 0 0.16 0.82 0.55 48.63 0.69 0.27
Hex 74 62 15 0 10 52 37 31 45 1B
Octal 164 142 25 0 20 122 67 61 105 33
Binary 1110100 1100010 10101 0 10000 1010010 110111 110001 1000101 11011

Color Harmonies of #746215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746215

Black with #746215

Text Example


Text Example

White with #746215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746215; }

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

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

background-color css

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

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

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

border-color css

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

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

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