Html Css Color HEX #836205 Yukon Gold

📋 copy color: '#836205'

red 131 ◦ green 98 ◦ blue 5

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

Shades of Yukon Gold #836205

Tints of Yukon Gold #836205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.88%

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 55.98%
G = 41.88%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#836205 (or 0x836205) is known color: Yukon Gold. HEX triplet: 83, 62 and 05. RGB value is (131,98,5). Sum of RGB (Red+Green+Blue) = 131+98+5=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #836205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836205 is #7C9DFA. Grayscale: #616161. Windows color (decimal): -8166907 or 352899. OLE color: 352899.

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

Color convert

RGB 131 98 5 -
CMYK 0 0.25 0.96 0.49
HSL 44.29º 0.93% 0.27% -
HSV(B) 44.29º 0.96% 0.51% -
XYZ 13.76 13.57 2.04 -
YUV 97.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 131 98 5 0 0.25 0.96 0.49 44.29 0.93 0.27
Hex 83 62 5 0 19 60 31 2C 5D 1B
Octal 203 142 5 0 31 140 61 54 135 33
Binary 10000011 1100010 101 0 11001 1100000 110001 101100 1011101 11011

Color Harmonies of #836205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836205

Black with #836205

Text Example


Text Example

White with #836205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836205; }

 p { color: rgb(131,98,5); }

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

background-color css

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

 a { background-color: rgb(131,98,5); }

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

border-color css

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

 span { border-color: rgb(131,98,5); }

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