Html Css Color HEX #766B10 Yukon Gold

📋 copy color: '#766B10'

red 118 ◦ green 107 ◦ blue 16

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

Shades of Yukon Gold #766B10

Tints of Yukon Gold #766B10

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.4%

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

R = 48.96%
G = 44.4%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#766B10 (or 0x766B10) is known color: Yukon Gold. HEX triplet: 76, 6B and 10. RGB value is (118,107,16). Sum of RGB (Red+Green+Blue) = 118+107+16=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #766B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B10 is #8994EF. Grayscale: #646464. Windows color (decimal): -9016560 or 1076086. OLE color: 1076086.

HSL color Cylindrical-coordinate representation of color #766B10: hue angle of 53.53º 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 #766B10 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 16 -
CMYK 0 0.09 0.86 0.54
HSL 53.53º 0.76% 0.26% -
HSV(B) 53.53º 0.86% 0.46% -
XYZ 12.82 14.4 2.59 -
YUV 99.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 118 107 16 0 0.09 0.86 0.54 53.53 0.76 0.26
Hex 76 6B 10 0 9 56 36 36 4C 1A
Octal 166 153 20 0 11 126 66 66 114 32
Binary 1110110 1101011 10000 0 1001 1010110 110110 110110 1001100 11010

Color Harmonies of #766B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B10

Black with #766B10

Text Example


Text Example

White with #766B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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