Html Css Color HEX #766013 Yukon Gold

📋 copy color: '#766013'

red 118 ◦ green 96 ◦ blue 19

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

Shades of Yukon Gold #766013

Tints of Yukon Gold #766013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 50.64%
G = 41.2%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#766013 (or 0x766013) is known color: Yukon Gold. HEX triplet: 76, 60 and 13. RGB value is (118,96,19). Sum of RGB (Red+Green+Blue) = 118+96+19=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #766013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766013 is #899FEC. Grayscale: #5E5E5E. Windows color (decimal): -9019373 or 1269878. OLE color: 1269878.

HSL color Cylindrical-coordinate representation of color #766013: hue angle of 46.67º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #766013 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 19 -
CMYK 0 0.19 0.84 0.54
HSL 46.67º 0.72% 0.27% -
HSV(B) 46.67º 0.84% 0.46% -
XYZ 11.77 12.26 2.36 -
YUV 93.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 118 96 19 0 0.19 0.84 0.54 46.67 0.72 0.27
Hex 76 60 13 0 13 54 36 2F 48 1B
Octal 166 140 23 0 23 124 66 57 110 33
Binary 1110110 1100000 10011 0 10011 1010100 110110 101111 1001000 11011

Color Harmonies of #766013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766013

Black with #766013

Text Example


Text Example

White with #766013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766013; }

 p { color: rgb(118,96,19); }

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

background-color css

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

 a { background-color: rgb(118,96,19); }

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

border-color css

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

 span { border-color: rgb(118,96,19); }

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