Html Css Color HEX #766415 Yukon Gold

📋 copy color: '#766415'

red 118 ◦ green 100 ◦ blue 21

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

Shades of Yukon Gold #766415

Tints of Yukon Gold #766415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

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

R = 49.37%
G = 41.84%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#766415 (or 0x766415) is known color: Yukon Gold. HEX triplet: 76, 64 and 15. RGB value is (118,100,21). Sum of RGB (Red+Green+Blue) = 118+100+21=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #766415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766415 is #899BEA. Grayscale: #606060. Windows color (decimal): -9018347 or 1401974. OLE color: 1401974.

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

Color convert

RGB 118 100 21 -
CMYK 0 0.15 0.82 0.54
HSL 48.87º 0.7% 0.27% -
HSV(B) 48.87º 0.82% 0.46% -
XYZ 12.16 13.02 2.58 -
YUV 96.38 85.46 143.42 -
System Red Green Blue C M Y K H S L
Decimal 118 100 21 0 0.15 0.82 0.54 48.87 0.7 0.27
Hex 76 64 15 0 F 52 36 31 46 1B
Octal 166 144 25 0 17 122 66 61 106 33
Binary 1110110 1100100 10101 0 1111 1010010 110110 110001 1000110 11011

Color Harmonies of #766415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766415

Black with #766415

Text Example


Text Example

White with #766415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766415; }

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

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

background-color css

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

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

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

border-color css

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

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

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