Html Css Color HEX #746619 Yukon Gold

📋 copy color: '#746619'

red 116 ◦ green 102 ◦ blue 25

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

Shades of Yukon Gold #746619

Tints of Yukon Gold #746619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.29%

R = 47.74%
G = 41.98%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#746619 (or 0x746619) is known color: Yukon Gold. HEX triplet: 74, 66 and 19. RGB value is (116,102,25). Sum of RGB (Red+Green+Blue) = 116+102+25=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #746619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746619 is #8B99E6. Grayscale: #616161. Windows color (decimal): -9148903 or 1664628. OLE color: 1664628.

HSL color Cylindrical-coordinate representation of color #746619: hue angle of 50.77º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #746619 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 25 -
CMYK 0 0.12 0.78 0.55
HSL 50.77º 0.65% 0.28% -
HSV(B) 50.77º 0.78% 0.45% -
XYZ 12.13 13.29 2.84 -
YUV 97.41 87.14 141.26 -
System Red Green Blue C M Y K H S L
Decimal 116 102 25 0 0.12 0.78 0.55 50.77 0.65 0.28
Hex 74 66 19 0 C 4E 37 33 41 1C
Octal 164 146 31 0 14 116 67 63 101 34
Binary 1110100 1100110 11001 0 1100 1001110 110111 110011 1000001 11100

Color Harmonies of #746619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746619

Black with #746619

Text Example


Text Example

White with #746619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746619; }

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

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

background-color css

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

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

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

border-color css

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

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

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