Html Css Color HEX #836D12 Yukon Gold

📋 copy color: '#836D12'

red 131 ◦ green 109 ◦ blue 18

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

Shades of Yukon Gold #836D12

Tints of Yukon Gold #836D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.25%

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 50.78%
G = 42.25%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#836D12 (or 0x836D12) is known color: Yukon Gold. HEX triplet: 83, 6D and 12. RGB value is (131,109,18). Sum of RGB (Red+Green+Blue) = 131+109+18=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #836D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836D12 is #7C92ED. Grayscale: #696969. Windows color (decimal): -8164078 or 1207683. OLE color: 1207683.

HSL color Cylindrical-coordinate representation of color #836D12: hue angle of 48.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #836D12 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 109 18 -
CMYK 0 0.17 0.86 0.49
HSL 48.32º 0.76% 0.29% -
HSV(B) 48.32º 0.86% 0.51% -
XYZ 14.94 15.81 2.84 -
YUV 105.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 131 109 18 0 0.17 0.86 0.49 48.32 0.76 0.29
Hex 83 6D 12 0 11 56 31 30 4C 1D
Octal 203 155 22 0 21 126 61 60 114 35
Binary 10000011 1101101 10010 0 10001 1010110 110001 110000 1001100 11101

Color Harmonies of #836D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836D12

Black with #836D12

Text Example


Text Example

White with #836D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,109,18); }

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

background-color css

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

 a { background-color: rgb(131,109,18); }

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

border-color css

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

 span { border-color: rgb(131,109,18); }

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