Html Css Color HEX #766515 Yukon Gold

📋 copy color: '#766515'

red 118 ◦ green 101 ◦ blue 21

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

Shades of Yukon Gold #766515

Tints of Yukon Gold #766515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

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

R = 49.17%
G = 42.08%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#766515 (or 0x766515) is known color: Yukon Gold. HEX triplet: 76, 65 and 15. RGB value is (118,101,21). Sum of RGB (Red+Green+Blue) = 118+101+21=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #766515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766515 is #899AEA. Grayscale: #616161. Windows color (decimal): -9018091 or 1402230. OLE color: 1402230.

HSL color Cylindrical-coordinate representation of color #766515: hue angle of 49.48º 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 #766515 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 21 -
CMYK 0 0.14 0.82 0.54
HSL 49.48º 0.7% 0.27% -
HSV(B) 49.48º 0.82% 0.46% -
XYZ 12.26 13.21 2.61 -
YUV 96.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 118 101 21 0 0.14 0.82 0.54 49.48 0.7 0.27
Hex 76 65 15 0 E 52 36 31 46 1B
Octal 166 145 25 0 16 122 66 61 106 33
Binary 1110110 1100101 10101 0 1110 1010010 110110 110001 1000110 11011

Color Harmonies of #766515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766515

Black with #766515

Text Example


Text Example

White with #766515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766515; }

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

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

background-color css

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

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

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

border-color css

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

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

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