Html Css Color HEX #836C1F Yukon Gold

📋 copy color: '#836C1F'

red 131 ◦ green 108 ◦ blue 31

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

Shades of Yukon Gold #836C1F

Tints of Yukon Gold #836C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 48.52%
G = 40%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#836C1F (or 0x836C1F) is known color: Yukon Gold. HEX triplet: 83, 6C and 1F. RGB value is (131,108,31). Sum of RGB (Red+Green+Blue) = 131+108+31=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #836C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C1F is #7C93E0. Grayscale: #6A6A6A. Windows color (decimal): -8164321 or 2059395. OLE color: 2059395.

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

Color convert

RGB 131 108 31 -
CMYK 0 0.18 0.76 0.49
HSL 46.2º 0.62% 0.32% -
HSV(B) 46.2º 0.76% 0.51% -
XYZ 14.97 15.65 3.53 -
YUV 106.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 131 108 31 0 0.18 0.76 0.49 46.2 0.62 0.32
Hex 83 6C 1F 0 12 4C 31 2E 3E 20
Octal 203 154 37 0 22 114 61 56 76 40
Binary 10000011 1101100 11111 0 10010 1001100 110001 101110 111110 100000

Color Harmonies of #836C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C1F

Black with #836C1F

Text Example


Text Example

White with #836C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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