Html Css Color HEX #766117 Yukon Gold

📋 copy color: '#766117'

red 118 ◦ green 97 ◦ blue 23

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

Shades of Yukon Gold #766117

Tints of Yukon Gold #766117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.76%

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

R = 49.58%
G = 40.76%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766117 (or 0x766117) is known color: Yukon Gold. HEX triplet: 76, 61 and 17. RGB value is (118,97,23). Sum of RGB (Red+Green+Blue) = 118+97+23=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #766117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766117 is #899EE8. Grayscale: #5F5F5F. Windows color (decimal): -9019113 or 1532278. OLE color: 1532278.

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

Color convert

RGB 118 97 23 -
CMYK 0 0.18 0.81 0.54
HSL 46.74º 0.67% 0.28% -
HSV(B) 46.74º 0.81% 0.46% -
XYZ 11.9 12.46 2.59 -
YUV 94.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 118 97 23 0 0.18 0.81 0.54 46.74 0.67 0.28
Hex 76 61 17 0 12 51 36 2F 43 1C
Octal 166 141 27 0 22 121 66 57 103 34
Binary 1110110 1100001 10111 0 10010 1010001 110110 101111 1000011 11100

Color Harmonies of #766117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766117

Black with #766117

Text Example


Text Example

White with #766117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766117; }

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

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

background-color css

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

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

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

border-color css

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

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

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