Html Css Color HEX #766A16 Yukon Gold

📋 copy color: '#766A16'

red 118 ◦ green 106 ◦ blue 22

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

Shades of Yukon Gold #766A16

Tints of Yukon Gold #766A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.09%

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 47.97%
G = 43.09%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766A16 (or 0x766A16) is known color: Yukon Gold. HEX triplet: 76, 6A and 16. RGB value is (118,106,22). Sum of RGB (Red+Green+Blue) = 118+106+22=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #766A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A16 is #8995E9. Grayscale: #646464. Windows color (decimal): -9016810 or 1469046. OLE color: 1469046.

HSL color Cylindrical-coordinate representation of color #766A16: hue angle of 52.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #766A16 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 22 -
CMYK 0 0.10 0.81 0.54
HSL 52.5º 0.69% 0.27% -
HSV(B) 52.5º 0.81% 0.46% -
XYZ 12.77 14.22 2.83 -
YUV 100.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 118 106 22 0 0.10 0.81 0.54 52.5 0.69 0.27
Hex 76 6A 16 0 A 51 36 34 45 1B
Octal 166 152 26 0 12 121 66 64 105 33
Binary 1110110 1101010 10110 0 1010 1010001 110110 110100 1000101 11011

Color Harmonies of #766A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A16

Black with #766A16

Text Example


Text Example

White with #766A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A16; }

 p { color: rgb(118,106,22); }

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

background-color css

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

 a { background-color: rgb(118,106,22); }

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

border-color css

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

 span { border-color: rgb(118,106,22); }

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