Html Css Color HEX #836C21 Yukon Gold

📋 copy color: '#836C21'

red 131 ◦ green 108 ◦ blue 33

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

Shades of Yukon Gold #836C21

Tints of Yukon Gold #836C21

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.71%

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 48.16%
G = 39.71%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#836C21 (or 0x836C21) is known color: Yukon Gold. HEX triplet: 83, 6C and 21. RGB value is (131,108,33). Sum of RGB (Red+Green+Blue) = 131+108+33=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #836C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C21 is #7C93DE. Grayscale: #6A6A6A. Windows color (decimal): -8164319 or 2190467. OLE color: 2190467.

HSL color Cylindrical-coordinate representation of color #836C21: hue angle of 45.92º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #836C21 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 108 33 -
CMYK 0 0.18 0.75 0.49
HSL 45.92º 0.6% 0.32% -
HSV(B) 45.92º 0.75% 0.51% -
XYZ 15 15.66 3.67 -
YUV 106.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 131 108 33 0 0.18 0.75 0.49 45.92 0.6 0.32
Hex 83 6C 21 0 12 4B 31 2E 3C 20
Octal 203 154 41 0 22 113 61 56 74 40
Binary 10000011 1101100 100001 0 10010 1001011 110001 101110 111100 100000

Color Harmonies of #836C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C21

Black with #836C21

Text Example


Text Example

White with #836C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836C21; }

 p { color: rgb(131,108,33); }

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

background-color css

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

 a { background-color: rgb(131,108,33); }

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

border-color css

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

 span { border-color: rgb(131,108,33); }

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