Html Css Color HEX #836A26 Yukon Gold

📋 copy color: '#836A26'

red 131 ◦ green 106 ◦ blue 38

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

Shades of Yukon Gold #836A26

Tints of Yukon Gold #836A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.82%

R = 47.64%
G = 38.55%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#836A26 (or 0x836A26) is known color: Yukon Gold. HEX triplet: 83, 6A and 26. RGB value is (131,106,38). Sum of RGB (Red+Green+Blue) = 131+106+38=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #836A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836A26 is #7C95D9. Grayscale: #6A6A6A. Windows color (decimal): -8164826 or 2517635. OLE color: 2517635.

HSL color Cylindrical-coordinate representation of color #836A26: hue angle of 43.87º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #836A26 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 106 38 -
CMYK 0 0.19 0.71 0.49
HSL 43.87º 0.55% 0.33% -
HSV(B) 43.87º 0.71% 0.51% -
XYZ 14.86 15.27 4 -
YUV 105.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 131 106 38 0 0.19 0.71 0.49 43.87 0.55 0.33
Hex 83 6A 26 0 13 47 31 2C 37 21
Octal 203 152 46 0 23 107 61 54 67 41
Binary 10000011 1101010 100110 0 10011 1000111 110001 101100 110111 100001

Color Harmonies of #836A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836A26

Black with #836A26

Text Example


Text Example

White with #836A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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