Html Css Color HEX #836504 Yukon Gold

📋 copy color: '#836504'

red 131 ◦ green 101 ◦ blue 4

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

Shades of Yukon Gold #836504

Tints of Yukon Gold #836504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.8%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 55.51%
G = 42.8%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#836504 (or 0x836504) is known color: Yukon Gold. HEX triplet: 83, 65 and 04. RGB value is (131,101,4). Sum of RGB (Red+Green+Blue) = 131+101+4=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #836504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836504 is #7C9AFB. Grayscale: #636363. Windows color (decimal): -8166140 or 288131. OLE color: 288131.

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

Color convert

RGB 131 101 4 -
CMYK 0 0.23 0.97 0.49
HSL 45.83º 0.94% 0.26% -
HSV(B) 45.83º 0.97% 0.51% -
XYZ 14.04 14.14 2.1 -
YUV 98.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 131 101 4 0 0.23 0.97 0.49 45.83 0.94 0.26
Hex 83 65 4 0 17 61 31 2E 5E 1A
Octal 203 145 4 0 27 141 61 56 136 32
Binary 10000011 1100101 100 0 10111 1100001 110001 101110 1011110 11010

Color Harmonies of #836504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836504

Black with #836504

Text Example


Text Example

White with #836504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836504; }

 p { color: rgb(131,101,4); }

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

background-color css

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

 a { background-color: rgb(131,101,4); }

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

border-color css

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

 span { border-color: rgb(131,101,4); }

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