Html Css Color HEX #766819 Yukon Gold

📋 copy color: '#766819'

red 118 ◦ green 104 ◦ blue 25

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

Shades of Yukon Gold #766819

Tints of Yukon Gold #766819

RGB

 RED value IS 118 (46.48% from 255) = 47.77%

 GREEN value IS 104 (41.02% from 255) = 42.11%

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

R = 47.77%
G = 42.11%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#766819 (or 0x766819) is known color: Yukon Gold. HEX triplet: 76, 68 and 19. RGB value is (118,104,25). Sum of RGB (Red+Green+Blue) = 118+104+25=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #766819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766819 is #8997E6. Grayscale: #636363. Windows color (decimal): -9017319 or 1665142. OLE color: 1665142.

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

Color convert

RGB 118 104 25 -
CMYK 0 0.12 0.79 0.54
HSL 50.97º 0.65% 0.28% -
HSV(B) 50.97º 0.79% 0.46% -
XYZ 12.6 13.82 2.92 -
YUV 99.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 118 104 25 0 0.12 0.79 0.54 50.97 0.65 0.28
Hex 76 68 19 0 C 4F 36 33 41 1C
Octal 166 150 31 0 14 117 66 63 101 34
Binary 1110110 1101000 11001 0 1100 1001111 110110 110011 1000001 11100

Color Harmonies of #766819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766819

Black with #766819

Text Example


Text Example

White with #766819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766819; }

 p { color: rgb(118,104,25); }

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

background-color css

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

 a { background-color: rgb(118,104,25); }

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

border-color css

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

 span { border-color: rgb(118,104,25); }

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