Html Css Color HEX #766A0D Yukon Gold

📋 copy color: '#766A0D'

red 118 ◦ green 106 ◦ blue 13

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

Shades of Yukon Gold #766A0D

Tints of Yukon Gold #766A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.49%

R = 49.79%
G = 44.73%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#766A0D (or 0x766A0D) is known color: Yukon Gold. HEX triplet: 76, 6A and 0D. RGB value is (118,106,13). Sum of RGB (Red+Green+Blue) = 118+106+13=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #766A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A0D is #8995F2. Grayscale: #636363. Windows color (decimal): -9016819 or 879222. OLE color: 879222.

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

Color convert

RGB 118 106 13 -
CMYK 0 0.10 0.89 0.54
HSL 53.14º 0.8% 0.26% -
HSV(B) 53.14º 0.89% 0.46% -
XYZ 12.7 14.19 2.45 -
YUV 98.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 118 106 13 0 0.10 0.89 0.54 53.14 0.8 0.26
Hex 76 6A D 0 A 59 36 35 50 1A
Octal 166 152 15 0 12 131 66 65 120 32
Binary 1110110 1101010 1101 0 1010 1011001 110110 110101 1010000 11010

Color Harmonies of #766A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A0D

Black with #766A0D

Text Example


Text Example

White with #766A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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