Html Css Color HEX #836408 Yukon Gold

📋 copy color: '#836408'

red 131 ◦ green 100 ◦ blue 8

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

Shades of Yukon Gold #836408

Tints of Yukon Gold #836408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.35%

R = 54.81%
G = 41.84%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#836408 (or 0x836408) is known color: Yukon Gold. HEX triplet: 83, 64 and 08. RGB value is (131,100,8). Sum of RGB (Red+Green+Blue) = 131+100+8=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #836408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836408 is #7C9BF7. Grayscale: #636363. Windows color (decimal): -8166392 or 550019. OLE color: 550019.

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

Color convert

RGB 131 100 8 -
CMYK 0 0.24 0.94 0.49
HSL 44.88º 0.88% 0.27% -
HSV(B) 44.88º 0.94% 0.51% -
XYZ 13.96 13.96 2.19 -
YUV 98.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 131 100 8 0 0.24 0.94 0.49 44.88 0.88 0.27
Hex 83 64 8 0 18 5E 31 2D 58 1B
Octal 203 144 10 0 30 136 61 55 130 33
Binary 10000011 1100100 1000 0 11000 1011110 110001 101101 1011000 11011

Color Harmonies of #836408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836408

Black with #836408

Text Example


Text Example

White with #836408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836408; }

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

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

background-color css

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

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

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

border-color css

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

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

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