Html Css Color HEX #766A0F Yukon Gold

📋 copy color: '#766A0F'

red 118 ◦ green 106 ◦ blue 15

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

Shades of Yukon Gold #766A0F

Tints of Yukon Gold #766A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 49.37%
G = 44.35%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#766A0F (or 0x766A0F) is known color: Yukon Gold. HEX triplet: 76, 6A and 0F. RGB value is (118,106,15). Sum of RGB (Red+Green+Blue) = 118+106+15=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #766A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A0F is #8995F0. Grayscale: #636363. Windows color (decimal): -9016817 or 1010294. OLE color: 1010294.

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

Color convert

RGB 118 106 15 -
CMYK 0 0.10 0.87 0.54
HSL 53.01º 0.77% 0.26% -
HSV(B) 53.01º 0.87% 0.46% -
XYZ 12.71 14.19 2.52 -
YUV 99.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 118 106 15 0 0.10 0.87 0.54 53.01 0.77 0.26
Hex 76 6A F 0 A 57 36 35 4D 1A
Octal 166 152 17 0 12 127 66 65 115 32
Binary 1110110 1101010 1111 0 1010 1010111 110110 110101 1001101 11010

Color Harmonies of #766A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A0F

Black with #766A0F

Text Example


Text Example

White with #766A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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