Html Css Color HEX #766315 Yukon Gold

📋 copy color: '#766315'

red 118 ◦ green 99 ◦ blue 21

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

Shades of Yukon Gold #766315

Tints of Yukon Gold #766315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

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

R = 49.58%
G = 41.6%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#766315 (or 0x766315) is known color: Yukon Gold. HEX triplet: 76, 63 and 15. RGB value is (118,99,21). Sum of RGB (Red+Green+Blue) = 118+99+21=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #766315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766315 is #899CEA. Grayscale: #606060. Windows color (decimal): -9018603 or 1401718. OLE color: 1401718.

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

Color convert

RGB 118 99 21 -
CMYK 0 0.16 0.82 0.54
HSL 48.25º 0.7% 0.27% -
HSV(B) 48.25º 0.82% 0.46% -
XYZ 12.07 12.83 2.55 -
YUV 95.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 118 99 21 0 0.16 0.82 0.54 48.25 0.7 0.27
Hex 76 63 15 0 10 52 36 30 46 1B
Octal 166 143 25 0 20 122 66 60 106 33
Binary 1110110 1100011 10101 0 10000 1010010 110110 110000 1000110 11011

Color Harmonies of #766315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766315

Black with #766315

Text Example


Text Example

White with #766315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766315; }

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

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

background-color css

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

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

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

border-color css

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

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

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