Html Css Color HEX #836C0F Yukon Gold

📋 copy color: '#836C0F'

red 131 ◦ green 108 ◦ blue 15

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

Shades of Yukon Gold #836C0F

Tints of Yukon Gold #836C0F

RGB

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

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

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

R = 51.57%
G = 42.52%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#836C0F (or 0x836C0F) is known color: Yukon Gold. HEX triplet: 83, 6C and 0F. RGB value is (131,108,15). Sum of RGB (Red+Green+Blue) = 131+108+15=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #836C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836C0F is #7C93F0. Grayscale: #686868. Windows color (decimal): -8164337 or 1010819. OLE color: 1010819.

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

Color convert

RGB 131 108 15 -
CMYK 0 0.18 0.89 0.49
HSL 48.1º 0.79% 0.29% -
HSV(B) 48.1º 0.89% 0.51% -
XYZ 14.81 15.58 2.68 -
YUV 104.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 131 108 15 0 0.18 0.89 0.49 48.1 0.79 0.29
Hex 83 6C F 0 12 59 31 30 4F 1D
Octal 203 154 17 0 22 131 61 60 117 35
Binary 10000011 1101100 1111 0 10010 1011001 110001 110000 1001111 11101

Color Harmonies of #836C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C0F

Black with #836C0F

Text Example


Text Example

White with #836C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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