Html Css Color HEX #836C10 Yukon Gold

📋 copy color: '#836C10'

red 131 ◦ green 108 ◦ blue 16

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

Shades of Yukon Gold #836C10

Tints of Yukon Gold #836C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.35%

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

R = 51.37%
G = 42.35%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#836C10 (or 0x836C10) is known color: Yukon Gold. HEX triplet: 83, 6C and 10. RGB value is (131,108,16). Sum of RGB (Red+Green+Blue) = 131+108+16=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #836C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836C10 is #7C93EF. Grayscale: #686868. Windows color (decimal): -8164336 or 1076355. OLE color: 1076355.

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

Color convert

RGB 131 108 16 -
CMYK 0 0.18 0.88 0.49
HSL 48º 0.78% 0.29% -
HSV(B) 48º 0.88% 0.51% -
XYZ 14.82 15.59 2.72 -
YUV 104.39 78.12 146.98 -
System Red Green Blue C M Y K H S L
Decimal 131 108 16 0 0.18 0.88 0.49 48 0.78 0.29
Hex 83 6C 10 0 12 58 31 30 4E 1D
Octal 203 154 20 0 22 130 61 60 116 35
Binary 10000011 1101100 10000 0 10010 1011000 110001 110000 1001110 11101

Color Harmonies of #836C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C10

Black with #836C10

Text Example


Text Example

White with #836C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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