Html Css Color HEX #836416 Yukon Gold

📋 copy color: '#836416'

red 131 ◦ green 100 ◦ blue 22

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

Shades of Yukon Gold #836416

Tints of Yukon Gold #836416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.53%

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 51.78%
G = 39.53%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#836416 (or 0x836416) is known color: Yukon Gold. HEX triplet: 83, 64 and 16. RGB value is (131,100,22). Sum of RGB (Red+Green+Blue) = 131+100+22=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #836416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836416 is #7C9BE9. Grayscale: #646464. Windows color (decimal): -8166378 or 1467523. OLE color: 1467523.

HSL color Cylindrical-coordinate representation of color #836416: hue angle of 42.94º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #836416 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 100 22 -
CMYK 0 0.24 0.83 0.49
HSL 42.94º 0.71% 0.3% -
HSV(B) 42.94º 0.83% 0.51% -
XYZ 14.06 14 2.72 -
YUV 100.38 83.77 149.84 -
System Red Green Blue C M Y K H S L
Decimal 131 100 22 0 0.24 0.83 0.49 42.94 0.71 0.3
Hex 83 64 16 0 18 53 31 2B 47 1E
Octal 203 144 26 0 30 123 61 53 107 36
Binary 10000011 1100100 10110 0 11000 1010011 110001 101011 1000111 11110

Color Harmonies of #836416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836416

Black with #836416

Text Example


Text Example

White with #836416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836416; }

 p { color: rgb(131,100,22); }

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

background-color css

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

 a { background-color: rgb(131,100,22); }

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

border-color css

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

 span { border-color: rgb(131,100,22); }

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