Html Css Color HEX #766317 Yukon Gold

📋 copy color: '#766317'

red 118 ◦ green 99 ◦ blue 23

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

Shades of Yukon Gold #766317

Tints of Yukon Gold #766317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.58%

R = 49.17%
G = 41.25%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766317 (or 0x766317) is known color: Yukon Gold. HEX triplet: 76, 63 and 17. RGB value is (118,99,23). Sum of RGB (Red+Green+Blue) = 118+99+23=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #766317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766317 is #899CE8. Grayscale: #606060. Windows color (decimal): -9018601 or 1532790. OLE color: 1532790.

HSL color Cylindrical-coordinate representation of color #766317: hue angle of 48º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #766317 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 23 -
CMYK 0 0.16 0.81 0.54
HSL 48º 0.67% 0.28% -
HSV(B) 48º 0.81% 0.46% -
XYZ 12.09 12.84 2.65 -
YUV 96.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 118 99 23 0 0.16 0.81 0.54 48 0.67 0.28
Hex 76 63 17 0 10 51 36 30 43 1C
Octal 166 143 27 0 20 121 66 60 103 34
Binary 1110110 1100011 10111 0 10000 1010001 110110 110000 1000011 11100

Color Harmonies of #766317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766317

Black with #766317

Text Example


Text Example

White with #766317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766317; }

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

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

background-color css

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

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

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

border-color css

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

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

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