Html Css Color HEX #836410 Yukon Gold

📋 copy color: '#836410'

red 131 ◦ green 100 ◦ blue 16

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

Shades of Yukon Gold #836410

Tints of Yukon Gold #836410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 53.04%
G = 40.49%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#836410 (or 0x836410) is known color: Yukon Gold. HEX triplet: 83, 64 and 10. RGB value is (131,100,16). Sum of RGB (Red+Green+Blue) = 131+100+16=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #836410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836410 is #7C9BEF. Grayscale: #646464. Windows color (decimal): -8166384 or 1074307. OLE color: 1074307.

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

Color convert

RGB 131 100 16 -
CMYK 0 0.24 0.88 0.49
HSL 43.83º 0.78% 0.29% -
HSV(B) 43.83º 0.88% 0.51% -
XYZ 14.01 13.98 2.45 -
YUV 99.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 131 100 16 0 0.24 0.88 0.49 43.83 0.78 0.29
Hex 83 64 10 0 18 58 31 2C 4E 1D
Octal 203 144 20 0 30 130 61 54 116 35
Binary 10000011 1100100 10000 0 11000 1011000 110001 101100 1001110 11101

Color Harmonies of #836410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836410

Black with #836410

Text Example


Text Example

White with #836410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836410; }

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

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

background-color css

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

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

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

border-color css

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

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

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