Html Css Color HEX #746418 Yukon Gold

📋 copy color: '#746418'

red 116 ◦ green 100 ◦ blue 24

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

Shades of Yukon Gold #746418

Tints of Yukon Gold #746418

RGB

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

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

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

R = 48.33%
G = 41.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#746418 (or 0x746418) is known color: Yukon Gold. HEX triplet: 74, 64 and 18. RGB value is (116,100,24). Sum of RGB (Red+Green+Blue) = 116+100+24=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #746418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746418 is #8B9BE7. Grayscale: #606060. Windows color (decimal): -9149416 or 1598580. OLE color: 1598580.

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

Color convert

RGB 116 100 24 -
CMYK 0 0.14 0.79 0.55
HSL 49.57º 0.66% 0.27% -
HSV(B) 49.57º 0.79% 0.45% -
XYZ 11.92 12.89 2.72 -
YUV 96.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 116 100 24 0 0.14 0.79 0.55 49.57 0.66 0.27
Hex 74 64 18 0 E 4F 37 32 42 1B
Octal 164 144 30 0 16 117 67 62 102 33
Binary 1110100 1100100 11000 0 1110 1001111 110111 110010 1000010 11011

Color Harmonies of #746418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746418

Black with #746418

Text Example


Text Example

White with #746418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746418; }

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

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

background-color css

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

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

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

border-color css

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

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

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