Html Css Color HEX #826C0B Yukon Gold

📋 copy color: '#826C0B'

red 130 ◦ green 108 ◦ blue 11

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

Shades of Yukon Gold #826C0B

Tints of Yukon Gold #826C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 52.21%
G = 43.37%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#826C0B (or 0x826C0B) is known color: Yukon Gold. HEX triplet: 82, 6C and 0B. RGB value is (130,108,11). Sum of RGB (Red+Green+Blue) = 130+108+11=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #826C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826C0B is #7D93F4. Grayscale: #676767. Windows color (decimal): -8229877 or 748674. OLE color: 748674.

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

Color convert

RGB 130 108 11 -
CMYK 0 0.17 0.92 0.49
HSL 48.91º 0.84% 0.28% -
HSV(B) 48.91º 0.92% 0.51% -
XYZ 14.63 15.5 2.54 -
YUV 103.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 130 108 11 0 0.17 0.92 0.49 48.91 0.84 0.28
Hex 82 6C B 0 11 5C 31 31 54 1C
Octal 202 154 13 0 21 134 61 61 124 34
Binary 10000010 1101100 1011 0 10001 1011100 110001 110001 1010100 11100

Color Harmonies of #826C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C0B

Black with #826C0B

Text Example


Text Example

White with #826C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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