Html Css Color HEX #766320 Yukon Gold

📋 copy color: '#766320'

red 118 ◦ green 99 ◦ blue 32

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

Shades of Yukon Gold #766320

Tints of Yukon Gold #766320

RGB

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

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

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

R = 47.39%
G = 39.76%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#766320 (or 0x766320) is known color: Yukon Gold. HEX triplet: 76, 63 and 20. RGB value is (118,99,32). Sum of RGB (Red+Green+Blue) = 118+99+32=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #766320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766320 is #899CDF. Grayscale: #616161. Windows color (decimal): -9018592 or 2122614. OLE color: 2122614.

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

Color convert

RGB 118 99 32 -
CMYK 0 0.16 0.73 0.54
HSL 46.74º 0.57% 0.29% -
HSV(B) 46.74º 0.73% 0.46% -
XYZ 12.19 12.88 3.21 -
YUV 97.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 118 99 32 0 0.16 0.73 0.54 46.74 0.57 0.29
Hex 76 63 20 0 10 49 36 2F 39 1D
Octal 166 143 40 0 20 111 66 57 71 35
Binary 1110110 1100011 100000 0 10000 1001001 110110 101111 111001 11101

Color Harmonies of #766320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766320

Black with #766320

Text Example


Text Example

White with #766320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766320; }

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

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

background-color css

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

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

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

border-color css

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

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

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