Html Css Color HEX #846520 Yukon Gold

📋 copy color: '#846520'

red 132 ◦ green 101 ◦ blue 32

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

Shades of Yukon Gold #846520

Tints of Yukon Gold #846520

RGB

 RED value IS 132 (51.95% from 255) = 49.81%

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

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

R = 49.81%
G = 38.11%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#846520 (or 0x846520) is known color: Yukon Gold. HEX triplet: 84, 65 and 20. RGB value is (132,101,32). Sum of RGB (Red+Green+Blue) = 132+101+32=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #846520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846520 is #7B9ADF. Grayscale: #666666. Windows color (decimal): -8100576 or 2123140. OLE color: 2123140.

HSL color Cylindrical-coordinate representation of color #846520: hue angle of 41.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #846520 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 101 32 -
CMYK 0 0.23 0.76 0.48
HSL 41.4º 0.61% 0.32% -
HSV(B) 41.4º 0.76% 0.52% -
XYZ 14.43 14.32 3.37 -
YUV 102.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 132 101 32 0 0.23 0.76 0.48 41.4 0.61 0.32
Hex 84 65 20 0 17 4C 30 29 3D 20
Octal 204 145 40 0 27 114 60 51 75 40
Binary 10000100 1100101 100000 0 10111 1001100 110000 101001 111101 100000

Color Harmonies of #846520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846520

Black with #846520

Text Example


Text Example

White with #846520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846520; }

 p { color: rgb(132,101,32); }

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

background-color css

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

 a { background-color: rgb(132,101,32); }

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

border-color css

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

 span { border-color: rgb(132,101,32); }

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