Html Css Color HEX #836C0C Yukon Gold

📋 copy color: '#836C0C'

red 131 ◦ green 108 ◦ blue 12

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

Shades of Yukon Gold #836C0C

Tints of Yukon Gold #836C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 52.19%
G = 43.03%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#836C0C (or 0x836C0C) is known color: Yukon Gold. HEX triplet: 83, 6C and 0C. RGB value is (131,108,12). Sum of RGB (Red+Green+Blue) = 131+108+12=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #836C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836C0C is #7C93F3. Grayscale: #686868. Windows color (decimal): -8164340 or 814211. OLE color: 814211.

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

Color convert

RGB 131 108 12 -
CMYK 0 0.18 0.91 0.49
HSL 48.4º 0.83% 0.28% -
HSV(B) 48.4º 0.91% 0.51% -
XYZ 14.79 15.58 2.58 -
YUV 103.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 131 108 12 0 0.18 0.91 0.49 48.4 0.83 0.28
Hex 83 6C C 0 12 5B 31 30 53 1C
Octal 203 154 14 0 22 133 61 60 123 34
Binary 10000011 1101100 1100 0 10010 1011011 110001 110000 1010011 11100

Color Harmonies of #836C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C0C

Black with #836C0C

Text Example


Text Example

White with #836C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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