Html Css Color HEX #826C12 Yukon Gold

📋 copy color: '#826C12'

red 130 ◦ green 108 ◦ blue 18

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

Shades of Yukon Gold #826C12

Tints of Yukon Gold #826C12

RGB

 RED value IS 130 (51.17% from 255) = 50.78%

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

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 50.78%
G = 42.19%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#826C12 (or 0x826C12) is known color: Yukon Gold. HEX triplet: 82, 6C and 12. RGB value is (130,108,18). Sum of RGB (Red+Green+Blue) = 130+108+18=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #826C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826C12 is #7D93ED. Grayscale: #686868. Windows color (decimal): -8229870 or 1207426. OLE color: 1207426.

HSL color Cylindrical-coordinate representation of color #826C12: hue angle of 48.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #826C12 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 108 18 -
CMYK 0 0.17 0.86 0.49
HSL 48.21º 0.76% 0.29% -
HSV(B) 48.21º 0.86% 0.51% -
XYZ 14.68 15.51 2.79 -
YUV 104.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 130 108 18 0 0.17 0.86 0.49 48.21 0.76 0.29
Hex 82 6C 12 0 11 56 31 30 4C 1D
Octal 202 154 22 0 21 126 61 60 114 35
Binary 10000010 1101100 10010 0 10001 1010110 110001 110000 1001100 11101

Color Harmonies of #826C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C12

Black with #826C12

Text Example


Text Example

White with #826C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826C12; }

 p { color: rgb(130,108,18); }

 H1.HeaderClassName
 {
   color: #826C12;
 }
 .AnyTagClassName
 {
   color: #826C12;
 }
</style>

background-color css

<style>
 a { background-color: #826C12; }

 a { background-color: rgb(130,108,18); }

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

border-color css

<style>
 span { border-color: #826C12; }

 span { border-color: rgb(130,108,18); }

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