Html Css Color HEX #746415 Yukon Gold

📋 copy color: '#746415'

red 116 ◦ green 100 ◦ blue 21

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

Shades of Yukon Gold #746415

Tints of Yukon Gold #746415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

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

R = 48.95%
G = 42.19%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#746415 (or 0x746415) is known color: Yukon Gold. HEX triplet: 74, 64 and 15. RGB value is (116,100,21). Sum of RGB (Red+Green+Blue) = 116+100+21=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #746415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746415 is #8B9BEA. Grayscale: #606060. Windows color (decimal): -9149419 or 1401972. OLE color: 1401972.

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

Color convert

RGB 116 100 21 -
CMYK 0 0.14 0.82 0.55
HSL 49.89º 0.69% 0.27% -
HSV(B) 49.89º 0.82% 0.45% -
XYZ 11.89 12.88 2.57 -
YUV 95.78 85.8 142.42 -
System Red Green Blue C M Y K H S L
Decimal 116 100 21 0 0.14 0.82 0.55 49.89 0.69 0.27
Hex 74 64 15 0 E 52 37 32 45 1B
Octal 164 144 25 0 16 122 67 62 105 33
Binary 1110100 1100100 10101 0 1110 1010010 110111 110010 1000101 11011

Color Harmonies of #746415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746415

Black with #746415

Text Example


Text Example

White with #746415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746415; }

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

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

background-color css

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

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

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

border-color css

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

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

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