Html Css Color HEX #766010 Yukon Gold

📋 copy color: '#766010'

red 118 ◦ green 96 ◦ blue 16

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

Shades of Yukon Gold #766010

Tints of Yukon Gold #766010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 51.3%
G = 41.74%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#766010 (or 0x766010) is known color: Yukon Gold. HEX triplet: 76, 60 and 10. RGB value is (118,96,16). Sum of RGB (Red+Green+Blue) = 118+96+16=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #766010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766010 is #899FEF. Grayscale: #5D5D5D. Windows color (decimal): -9019376 or 1073270. OLE color: 1073270.

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

Color convert

RGB 118 96 16 -
CMYK 0 0.19 0.86 0.54
HSL 47.06º 0.76% 0.26% -
HSV(B) 47.06º 0.86% 0.46% -
XYZ 11.75 12.25 2.24 -
YUV 93.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 118 96 16 0 0.19 0.86 0.54 47.06 0.76 0.26
Hex 76 60 10 0 13 56 36 2F 4C 1A
Octal 166 140 20 0 23 126 66 57 114 32
Binary 1110110 1100000 10000 0 10011 1010110 110110 101111 1001100 11010

Color Harmonies of #766010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766010

Black with #766010

Text Example


Text Example

White with #766010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766010; }

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

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

background-color css

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

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

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

border-color css

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

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

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