Html Css Color HEX #836620 Yukon Gold

📋 copy color: '#836620'

red 131 ◦ green 102 ◦ blue 32

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

Shades of Yukon Gold #836620

Tints of Yukon Gold #836620

RGB

 RED value IS 131 (51.56% from 255) = 49.43%

 GREEN value IS 102 (40.23% from 255) = 38.49%

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

R = 49.43%
G = 38.49%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#836620 (or 0x836620) is known color: Yukon Gold. HEX triplet: 83, 66 and 20. RGB value is (131,102,32). Sum of RGB (Red+Green+Blue) = 131+102+32=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #836620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836620 is #7C99DF. Grayscale: #666666. Windows color (decimal): -8165856 or 2123395. OLE color: 2123395.

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

Color convert

RGB 131 102 32 -
CMYK 0 0.22 0.76 0.49
HSL 42.42º 0.61% 0.32% -
HSV(B) 42.42º 0.76% 0.51% -
XYZ 14.37 14.43 3.39 -
YUV 102.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 131 102 32 0 0.22 0.76 0.49 42.42 0.61 0.32
Hex 83 66 20 0 16 4C 31 2A 3D 20
Octal 203 146 40 0 26 114 61 52 75 40
Binary 10000011 1100110 100000 0 10110 1001100 110001 101010 111101 100000

Color Harmonies of #836620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836620

Black with #836620

Text Example


Text Example

White with #836620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836620; }

 p { color: rgb(131,102,32); }

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

background-color css

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

 a { background-color: rgb(131,102,32); }

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

border-color css

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

 span { border-color: rgb(131,102,32); }

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