Html Css Color HEX #836C2A Yukon Gold

📋 copy color: '#836C2A'

red 131 ◦ green 108 ◦ blue 42

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

Shades of Yukon Gold #836C2A

Tints of Yukon Gold #836C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 46.62%
G = 38.43%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#836C2A (or 0x836C2A) is known color: Yukon Gold. HEX triplet: 83, 6C and 2A. RGB value is (131,108,42). Sum of RGB (Red+Green+Blue) = 131+108+42=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #836C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C2A is #7C93D5. Grayscale: #6B6B6B. Windows color (decimal): -8164310 or 2780291. OLE color: 2780291.

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

Color convert

RGB 131 108 42 -
CMYK 0 0.18 0.68 0.49
HSL 44.49º 0.51% 0.34% -
HSV(B) 44.49º 0.68% 0.51% -
XYZ 15.14 15.72 4.43 -
YUV 107.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 131 108 42 0 0.18 0.68 0.49 44.49 0.51 0.34
Hex 83 6C 2A 0 12 44 31 2C 33 22
Octal 203 154 52 0 22 104 61 54 63 42
Binary 10000011 1101100 101010 0 10010 1000100 110001 101100 110011 100010

Color Harmonies of #836C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C2A

Black with #836C2A

Text Example


Text Example

White with #836C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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