Html Css Color HEX #836C2B Yukon Gold

📋 copy color: '#836C2B'

red 131 ◦ green 108 ◦ blue 43

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

Shades of Yukon Gold #836C2B

Tints of Yukon Gold #836C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 46.45%
G = 38.3%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#836C2B (or 0x836C2B) is known color: Yukon Gold. HEX triplet: 83, 6C and 2B. RGB value is (131,108,43). Sum of RGB (Red+Green+Blue) = 131+108+43=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #836C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C2B is #7C93D4. Grayscale: #6B6B6B. Windows color (decimal): -8164309 or 2845827. OLE color: 2845827.

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

Color convert

RGB 131 108 43 -
CMYK 0 0.18 0.67 0.49
HSL 44.32º 0.51% 0.34% -
HSV(B) 44.32º 0.67% 0.51% -
XYZ 15.16 15.72 4.52 -
YUV 107.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 131 108 43 0 0.18 0.67 0.49 44.32 0.51 0.34
Hex 83 6C 2B 0 12 43 31 2C 33 22
Octal 203 154 53 0 22 103 61 54 63 42
Binary 10000011 1101100 101011 0 10010 1000011 110001 101100 110011 100010

Color Harmonies of #836C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C2B

Black with #836C2B

Text Example


Text Example

White with #836C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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