Html Css Color HEX #766115 Yukon Gold

📋 copy color: '#766115'

red 118 ◦ green 97 ◦ blue 21

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

Shades of Yukon Gold #766115

Tints of Yukon Gold #766115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.1%

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 50%
G = 41.1%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#766115 (or 0x766115) is known color: Yukon Gold. HEX triplet: 76, 61 and 15. RGB value is (118,97,21). Sum of RGB (Red+Green+Blue) = 118+97+21=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #766115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766115 is #899EEA. Grayscale: #5E5E5E. Windows color (decimal): -9019115 or 1401206. OLE color: 1401206.

HSL color Cylindrical-coordinate representation of color #766115: hue angle of 47.01º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #766115 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 21 -
CMYK 0 0.18 0.82 0.54
HSL 47.01º 0.7% 0.27% -
HSV(B) 47.01º 0.82% 0.46% -
XYZ 11.88 12.46 2.49 -
YUV 94.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 118 97 21 0 0.18 0.82 0.54 47.01 0.7 0.27
Hex 76 61 15 0 12 52 36 2F 46 1B
Octal 166 141 25 0 22 122 66 57 106 33
Binary 1110110 1100001 10101 0 10010 1010010 110110 101111 1000110 11011

Color Harmonies of #766115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766115

Black with #766115

Text Example


Text Example

White with #766115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766115; }

 p { color: rgb(118,97,21); }

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

background-color css

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

 a { background-color: rgb(118,97,21); }

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

border-color css

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

 span { border-color: rgb(118,97,21); }

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