Html Css Color HEX #836F0F Yukon Gold

📋 copy color: '#836F0F'

red 131 ◦ green 111 ◦ blue 15

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

Shades of Yukon Gold #836F0F

Tints of Yukon Gold #836F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 50.97%
G = 43.19%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#836F0F (or 0x836F0F) is known color: Yukon Gold. HEX triplet: 83, 6F and 0F. RGB value is (131,111,15). Sum of RGB (Red+Green+Blue) = 131+111+15=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #836F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836F0F is #7C90F0. Grayscale: #6A6A6A. Windows color (decimal): -8163569 or 1011587. OLE color: 1011587.

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

Color convert

RGB 131 111 15 -
CMYK 0 0.15 0.89 0.49
HSL 49.66º 0.79% 0.29% -
HSV(B) 49.66º 0.89% 0.51% -
XYZ 15.13 16.23 2.79 -
YUV 106.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 131 111 15 0 0.15 0.89 0.49 49.66 0.79 0.29
Hex 83 6F F 0 F 59 31 32 4F 1D
Octal 203 157 17 0 17 131 61 62 117 35
Binary 10000011 1101111 1111 0 1111 1011001 110001 110010 1001111 11101

Color Harmonies of #836F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F0F

Black with #836F0F

Text Example


Text Example

White with #836F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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