Html Css Color HEX #766420 Yukon Gold

📋 copy color: '#766420'

red 118 ◦ green 100 ◦ blue 32

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

Shades of Yukon Gold #766420

Tints of Yukon Gold #766420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 47.2%
G = 40%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#766420 (or 0x766420) is known color: Yukon Gold. HEX triplet: 76, 64 and 20. RGB value is (118,100,32). Sum of RGB (Red+Green+Blue) = 118+100+32=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #766420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766420 is #899BDF. Grayscale: #616161. Windows color (decimal): -9018336 or 2122870. OLE color: 2122870.

HSL color Cylindrical-coordinate representation of color #766420: hue angle of 47.44º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #766420 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 32 -
CMYK 0 0.15 0.73 0.54
HSL 47.44º 0.57% 0.29% -
HSV(B) 47.44º 0.73% 0.46% -
XYZ 12.29 13.07 3.24 -
YUV 97.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 118 100 32 0 0.15 0.73 0.54 47.44 0.57 0.29
Hex 76 64 20 0 F 49 36 2F 39 1D
Octal 166 144 40 0 17 111 66 57 71 35
Binary 1110110 1100100 100000 0 1111 1001001 110110 101111 111001 11101

Color Harmonies of #766420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766420

Black with #766420

Text Example


Text Example

White with #766420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766420; }

 p { color: rgb(118,100,32); }

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

background-color css

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

 a { background-color: rgb(118,100,32); }

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

border-color css

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

 span { border-color: rgb(118,100,32); }

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