Html Css Color HEX #766517 Yukon Gold

📋 copy color: '#766517'

red 118 ◦ green 101 ◦ blue 23

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

Shades of Yukon Gold #766517

Tints of Yukon Gold #766517

RGB

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

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

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

R = 48.76%
G = 41.74%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766517 (or 0x766517) is known color: Yukon Gold. HEX triplet: 76, 65 and 17. RGB value is (118,101,23). Sum of RGB (Red+Green+Blue) = 118+101+23=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766517 is #899AE8. Grayscale: #616161. Windows color (decimal): -9018089 or 1533302. OLE color: 1533302.

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

Color convert

RGB 118 101 23 -
CMYK 0 0.14 0.81 0.54
HSL 49.26º 0.67% 0.28% -
HSV(B) 49.26º 0.81% 0.46% -
XYZ 12.28 13.22 2.72 -
YUV 97.19 86.13 142.84 -
System Red Green Blue C M Y K H S L
Decimal 118 101 23 0 0.14 0.81 0.54 49.26 0.67 0.28
Hex 76 65 17 0 E 51 36 31 43 1C
Octal 166 145 27 0 16 121 66 61 103 34
Binary 1110110 1100101 10111 0 1110 1010001 110110 110001 1000011 11100

Color Harmonies of #766517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766517

Black with #766517

Text Example


Text Example

White with #766517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766517; }

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

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

background-color css

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

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

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

border-color css

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

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

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