Html Css Color HEX #746618 Yukon Gold

📋 copy color: '#746618'

red 116 ◦ green 102 ◦ blue 24

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

Shades of Yukon Gold #746618

Tints of Yukon Gold #746618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.15%

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

R = 47.93%
G = 42.15%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#746618 (or 0x746618) is known color: Yukon Gold. HEX triplet: 74, 66 and 18. RGB value is (116,102,24). Sum of RGB (Red+Green+Blue) = 116+102+24=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #746618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746618 is #8B99E7. Grayscale: #616161. Windows color (decimal): -9148904 or 1599092. OLE color: 1599092.

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

Color convert

RGB 116 102 24 -
CMYK 0 0.12 0.79 0.55
HSL 50.87º 0.66% 0.27% -
HSV(B) 50.87º 0.79% 0.45% -
XYZ 12.12 13.28 2.79 -
YUV 97.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 116 102 24 0 0.12 0.79 0.55 50.87 0.66 0.27
Hex 74 66 18 0 C 4F 37 33 42 1B
Octal 164 146 30 0 14 117 67 63 102 33
Binary 1110100 1100110 11000 0 1100 1001111 110111 110011 1000010 11011

Color Harmonies of #746618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746618

Black with #746618

Text Example


Text Example

White with #746618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746618; }

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

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

background-color css

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

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

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

border-color css

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

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

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