Html Css Color HEX #766017 Yukon Gold

📋 copy color: '#766017'

red 118 ◦ green 96 ◦ blue 23

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

Shades of Yukon Gold #766017

Tints of Yukon Gold #766017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

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

R = 49.79%
G = 40.51%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766017 (or 0x766017) is known color: Yukon Gold. HEX triplet: 76, 60 and 17. RGB value is (118,96,23). Sum of RGB (Red+Green+Blue) = 118+96+23=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #766017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766017 is #899FE8. Grayscale: #5E5E5E. Windows color (decimal): -9019369 or 1532022. OLE color: 1532022.

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

Color convert

RGB 118 96 23 -
CMYK 0 0.19 0.81 0.54
HSL 46.11º 0.67% 0.28% -
HSV(B) 46.11º 0.81% 0.46% -
XYZ 11.81 12.28 2.56 -
YUV 94.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 118 96 23 0 0.19 0.81 0.54 46.11 0.67 0.28
Hex 76 60 17 0 13 51 36 2E 43 1C
Octal 166 140 27 0 23 121 66 56 103 34
Binary 1110110 1100000 10111 0 10011 1010001 110110 101110 1000011 11100

Color Harmonies of #766017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766017

Black with #766017

Text Example


Text Example

White with #766017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766017; }

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

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

background-color css

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

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

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

border-color css

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

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

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