Html Css Color HEX #766712 Yukon Gold

📋 copy color: '#766712'

red 118 ◦ green 103 ◦ blue 18

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

Shades of Yukon Gold #766712

Tints of Yukon Gold #766712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.1%

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

R = 49.37%
G = 43.1%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#766712 (or 0x766712) is known color: Yukon Gold. HEX triplet: 76, 67 and 12. RGB value is (118,103,18). Sum of RGB (Red+Green+Blue) = 118+103+18=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #766712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766712 is #8998ED. Grayscale: #626262. Windows color (decimal): -9017582 or 1206134. OLE color: 1206134.

HSL color Cylindrical-coordinate representation of color #766712: hue angle of 51º 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 #766712 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 18 -
CMYK 0 0.13 0.85 0.54
HSL 51º 0.74% 0.27% -
HSV(B) 51º 0.85% 0.46% -
XYZ 12.43 13.6 2.54 -
YUV 97.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 118 103 18 0 0.13 0.85 0.54 51 0.74 0.27
Hex 76 67 12 0 D 55 36 33 4A 1B
Octal 166 147 22 0 15 125 66 63 112 33
Binary 1110110 1100111 10010 0 1101 1010101 110110 110011 1001010 11011

Color Harmonies of #766712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766712

Black with #766712

Text Example


Text Example

White with #766712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766712; }

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

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

background-color css

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

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

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

border-color css

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

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

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