Html Css Color HEX #746315 Yukon Gold

📋 copy color: '#746315'

red 116 ◦ green 99 ◦ blue 21

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

Shades of Yukon Gold #746315

Tints of Yukon Gold #746315

RGB

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

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

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

R = 49.15%
G = 41.95%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#746315 (or 0x746315) is known color: Yukon Gold. HEX triplet: 74, 63 and 15. RGB value is (116,99,21). Sum of RGB (Red+Green+Blue) = 116+99+21=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746315 is #8B9CEA. Grayscale: #5F5F5F. Windows color (decimal): -9149675 or 1401716. OLE color: 1401716.

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

Color convert

RGB 116 99 21 -
CMYK 0 0.15 0.82 0.55
HSL 49.26º 0.69% 0.27% -
HSV(B) 49.26º 0.82% 0.45% -
XYZ 11.8 12.69 2.54 -
YUV 95.19 86.13 142.84 -
System Red Green Blue C M Y K H S L
Decimal 116 99 21 0 0.15 0.82 0.55 49.26 0.69 0.27
Hex 74 63 15 0 F 52 37 31 45 1B
Octal 164 143 25 0 17 122 67 61 105 33
Binary 1110100 1100011 10101 0 1111 1010010 110111 110001 1000101 11011

Color Harmonies of #746315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746315

Black with #746315

Text Example


Text Example

White with #746315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746315; }

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

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

background-color css

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

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

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

border-color css

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

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

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