Html Css Color HEX #836111 Yukon Gold

📋 copy color: '#836111'

red 131 ◦ green 97 ◦ blue 17

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

Shades of Yukon Gold #836111

Tints of Yukon Gold #836111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.59%

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 53.47%
G = 39.59%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#836111 (or 0x836111) is known color: Yukon Gold. HEX triplet: 83, 61 and 11. RGB value is (131,97,17). Sum of RGB (Red+Green+Blue) = 131+97+17=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #836111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836111 is #7C9EEE. Grayscale: #626262. Windows color (decimal): -8167151 or 1139075. OLE color: 1139075.

HSL color Cylindrical-coordinate representation of color #836111: hue angle of 42.11º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #836111 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 97 17 -
CMYK 0 0.26 0.87 0.49
HSL 42.11º 0.77% 0.29% -
HSV(B) 42.11º 0.87% 0.51% -
XYZ 13.74 13.42 2.4 -
YUV 98.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 131 97 17 0 0.26 0.87 0.49 42.11 0.77 0.29
Hex 83 61 11 0 1A 57 31 2A 4D 1D
Octal 203 141 21 0 32 127 61 52 115 35
Binary 10000011 1100001 10001 0 11010 1010111 110001 101010 1001101 11101

Color Harmonies of #836111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836111

Black with #836111

Text Example


Text Example

White with #836111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836111; }

 p { color: rgb(131,97,17); }

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

background-color css

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

 a { background-color: rgb(131,97,17); }

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

border-color css

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

 span { border-color: rgb(131,97,17); }

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