Html Css Color HEX #836F14 Yukon Gold

📋 copy color: '#836F14'

red 131 ◦ green 111 ◦ blue 20

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

Shades of Yukon Gold #836F14

Tints of Yukon Gold #836F14

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 50%
G = 42.37%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#836F14 (or 0x836F14) is known color: Yukon Gold. HEX triplet: 83, 6F and 14. RGB value is (131,111,20). Sum of RGB (Red+Green+Blue) = 131+111+20=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #836F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836F14 is #7C90EB. Grayscale: #6A6A6A. Windows color (decimal): -8163564 or 1339267. OLE color: 1339267.

HSL color Cylindrical-coordinate representation of color #836F14: hue angle of 49.19º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #836F14 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 111 20 -
CMYK 0 0.15 0.85 0.49
HSL 49.19º 0.74% 0.3% -
HSV(B) 49.19º 0.85% 0.51% -
XYZ 15.17 16.24 3 -
YUV 106.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 131 111 20 0 0.15 0.85 0.49 49.19 0.74 0.3
Hex 83 6F 14 0 F 55 31 31 4A 1E
Octal 203 157 24 0 17 125 61 61 112 36
Binary 10000011 1101111 10100 0 1111 1010101 110001 110001 1001010 11110

Color Harmonies of #836F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F14

Black with #836F14

Text Example


Text Example

White with #836F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,111,20); }

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

background-color css

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

 a { background-color: rgb(131,111,20); }

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

border-color css

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

 span { border-color: rgb(131,111,20); }

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