Html Css Color HEX #766612 Yukon Gold

📋 copy color: '#766612'

red 118 ◦ green 102 ◦ blue 18

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

Shades of Yukon Gold #766612

Tints of Yukon Gold #766612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.86%

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

R = 49.58%
G = 42.86%
B = 7.56%

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

#766612 (or 0x766612) is known color: Yukon Gold. HEX triplet: 76, 66 and 12. RGB value is (118,102,18). Sum of RGB (Red+Green+Blue) = 118+102+18=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #766612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766612 is #8999ED. Grayscale: #616161. Windows color (decimal): -9017838 or 1205878. OLE color: 1205878.

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

Color convert

RGB 118 102 18 -
CMYK 0 0.14 0.85 0.54
HSL 50.4º 0.74% 0.27% -
HSV(B) 50.4º 0.85% 0.46% -
XYZ 12.33 13.4 2.51 -
YUV 97.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 118 102 18 0 0.14 0.85 0.54 50.4 0.74 0.27
Hex 76 66 12 0 E 55 36 32 4A 1B
Octal 166 146 22 0 16 125 66 62 112 33
Binary 1110110 1100110 10010 0 1110 1010101 110110 110010 1001010 11011

Color Harmonies of #766612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766612

Black with #766612

Text Example


Text Example

White with #766612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766612; }

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

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

background-color css

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

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

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

border-color css

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

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

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