Html Css Color HEX #836C1E Yukon Gold

📋 copy color: '#836C1E'

red 131 ◦ green 108 ◦ blue 30

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

Shades of Yukon Gold #836C1E

Tints of Yukon Gold #836C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.15%

R = 48.7%
G = 40.15%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#836C1E (or 0x836C1E) is known color: Yukon Gold. HEX triplet: 83, 6C and 1E. RGB value is (131,108,30). Sum of RGB (Red+Green+Blue) = 131+108+30=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #836C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C1E is #7C93E1. Grayscale: #6A6A6A. Windows color (decimal): -8164322 or 1993859. OLE color: 1993859.

HSL color Cylindrical-coordinate representation of color #836C1E: hue angle of 46.34º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #836C1E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 108 30 -
CMYK 0 0.18 0.77 0.49
HSL 46.34º 0.63% 0.32% -
HSV(B) 46.34º 0.77% 0.51% -
XYZ 14.96 15.64 3.46 -
YUV 105.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 131 108 30 0 0.18 0.77 0.49 46.34 0.63 0.32
Hex 83 6C 1E 0 12 4D 31 2E 3F 20
Octal 203 154 36 0 22 115 61 56 77 40
Binary 10000011 1101100 11110 0 10010 1001101 110001 101110 111111 100000

Color Harmonies of #836C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C1E

Black with #836C1E

Text Example


Text Example

White with #836C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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