Html Css Color HEX #836A12 Yukon Gold

📋 copy color: '#836A12'

red 131 ◦ green 106 ◦ blue 18

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

Shades of Yukon Gold #836A12

Tints of Yukon Gold #836A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.57%

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

R = 51.37%
G = 41.57%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#836A12 (or 0x836A12) is known color: Yukon Gold. HEX triplet: 83, 6A and 12. RGB value is (131,106,18). Sum of RGB (Red+Green+Blue) = 131+106+18=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #836A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836A12 is #7C95ED. Grayscale: #676767. Windows color (decimal): -8164846 or 1206915. OLE color: 1206915.

HSL color Cylindrical-coordinate representation of color #836A12: hue angle of 46.73º 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 #836A12 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 106 18 -
CMYK 0 0.19 0.86 0.49
HSL 46.73º 0.76% 0.29% -
HSV(B) 46.73º 0.86% 0.51% -
XYZ 14.62 15.18 2.73 -
YUV 103.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 131 106 18 0 0.19 0.86 0.49 46.73 0.76 0.29
Hex 83 6A 12 0 13 56 31 2F 4C 1D
Octal 203 152 22 0 23 126 61 57 114 35
Binary 10000011 1101010 10010 0 10011 1010110 110001 101111 1001100 11101

Color Harmonies of #836A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836A12

Black with #836A12

Text Example


Text Example

White with #836A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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