Html Css Color HEX #746518 Yukon Gold

📋 copy color: '#746518'

red 116 ◦ green 101 ◦ blue 24

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

Shades of Yukon Gold #746518

Tints of Yukon Gold #746518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.91%

 BLUE value IS 24 (9.77% from 255) = 9.96%

R = 48.13%
G = 41.91%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#746518 (or 0x746518) is known color: Yukon Gold. HEX triplet: 74, 65 and 18. RGB value is (116,101,24). Sum of RGB (Red+Green+Blue) = 116+101+24=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #746518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746518 is #8B9AE7. Grayscale: #616161. Windows color (decimal): -9149160 or 1598836. OLE color: 1598836.

HSL color Cylindrical-coordinate representation of color #746518: hue angle of 50.22º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #746518 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 24 -
CMYK 0 0.13 0.79 0.55
HSL 50.22º 0.66% 0.27% -
HSV(B) 50.22º 0.79% 0.45% -
XYZ 12.02 13.09 2.76 -
YUV 96.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 116 101 24 0 0.13 0.79 0.55 50.22 0.66 0.27
Hex 74 65 18 0 D 4F 37 32 42 1B
Octal 164 145 30 0 15 117 67 62 102 33
Binary 1110100 1100101 11000 0 1101 1001111 110111 110010 1000010 11011

Color Harmonies of #746518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746518

Black with #746518

Text Example


Text Example

White with #746518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746518; }

 p { color: rgb(116,101,24); }

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

background-color css

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

 a { background-color: rgb(116,101,24); }

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

border-color css

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

 span { border-color: rgb(116,101,24); }

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