Html Css Color HEX #836010 Yukon Gold

📋 copy color: '#836010'

red 131 ◦ green 96 ◦ blue 16

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

Shades of Yukon Gold #836010

Tints of Yukon Gold #836010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

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

R = 53.91%
G = 39.51%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#836010 (or 0x836010) is known color: Yukon Gold. HEX triplet: 83, 60 and 10. RGB value is (131,96,16). Sum of RGB (Red+Green+Blue) = 131+96+16=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #836010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836010 is #7C9FEF. Grayscale: #616161. Windows color (decimal): -8167408 or 1073283. OLE color: 1073283.

HSL color Cylindrical-coordinate representation of color #836010: hue angle of 41.74º 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 #836010 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 16 -
CMYK 0 0.27 0.88 0.49
HSL 41.74º 0.78% 0.29% -
HSV(B) 41.74º 0.88% 0.51% -
XYZ 13.64 13.23 2.32 -
YUV 97.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 131 96 16 0 0.27 0.88 0.49 41.74 0.78 0.29
Hex 83 60 10 0 1B 58 31 2A 4E 1D
Octal 203 140 20 0 33 130 61 52 116 35
Binary 10000011 1100000 10000 0 11011 1011000 110001 101010 1001110 11101

Color Harmonies of #836010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836010

Black with #836010

Text Example


Text Example

White with #836010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836010; }

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

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

background-color css

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

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

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

border-color css

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

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

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