Html Css Color HEX #766512 Yukon Gold

📋 copy color: '#766512'

red 118 ◦ green 101 ◦ blue 18

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

Shades of Yukon Gold #766512

Tints of Yukon Gold #766512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 49.79%
G = 42.62%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#766512 (or 0x766512) is known color: Yukon Gold. HEX triplet: 76, 65 and 12. RGB value is (118,101,18). Sum of RGB (Red+Green+Blue) = 118+101+18=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #766512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766512 is #899AED. Grayscale: #606060. Windows color (decimal): -9018094 or 1205622. OLE color: 1205622.

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

Color convert

RGB 118 101 18 -
CMYK 0 0.14 0.85 0.54
HSL 49.8º 0.74% 0.27% -
HSV(B) 49.8º 0.85% 0.46% -
XYZ 12.23 13.2 2.48 -
YUV 96.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 118 101 18 0 0.14 0.85 0.54 49.8 0.74 0.27
Hex 76 65 12 0 E 55 36 32 4A 1B
Octal 166 145 22 0 16 125 66 62 112 33
Binary 1110110 1100101 10010 0 1110 1010101 110110 110010 1001010 11011

Color Harmonies of #766512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766512

Black with #766512

Text Example


Text Example

White with #766512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766512; }

 p { color: rgb(118,101,18); }

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

background-color css

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

 a { background-color: rgb(118,101,18); }

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

border-color css

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

 span { border-color: rgb(118,101,18); }

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