Html Css Color HEX #766015 Yukon Gold

📋 copy color: '#766015'

red 118 ◦ green 96 ◦ blue 21

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

Shades of Yukon Gold #766015

Tints of Yukon Gold #766015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

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

R = 50.21%
G = 40.85%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#766015 (or 0x766015) is known color: Yukon Gold. HEX triplet: 76, 60 and 15. RGB value is (118,96,21). Sum of RGB (Red+Green+Blue) = 118+96+21=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #766015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766015 is #899FEA. Grayscale: #5E5E5E. Windows color (decimal): -9019371 or 1400950. OLE color: 1400950.

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

Color convert

RGB 118 96 21 -
CMYK 0 0.19 0.82 0.54
HSL 46.39º 0.7% 0.27% -
HSV(B) 46.39º 0.82% 0.46% -
XYZ 11.79 12.27 2.46 -
YUV 94.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 118 96 21 0 0.19 0.82 0.54 46.39 0.7 0.27
Hex 76 60 15 0 13 52 36 2E 46 1B
Octal 166 140 25 0 23 122 66 56 106 33
Binary 1110110 1100000 10101 0 10011 1010010 110110 101110 1000110 11011

Color Harmonies of #766015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766015

Black with #766015

Text Example


Text Example

White with #766015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766015; }

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

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

background-color css

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

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

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

border-color css

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

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

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