Html Css Color HEX #826E11 Yukon Gold

📋 copy color: '#826E11'

red 130 ◦ green 110 ◦ blue 17

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

Shades of Yukon Gold #826E11

Tints of Yukon Gold #826E11

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.8%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 50.58%
G = 42.8%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#826E11 (or 0x826E11) is known color: Yukon Gold. HEX triplet: 82, 6E and 11. RGB value is (130,110,17). Sum of RGB (Red+Green+Blue) = 130+110+17=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #826E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826E11 is #7D91EE. Grayscale: #696969. Windows color (decimal): -8229359 or 1142402. OLE color: 1142402.

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

Color convert

RGB 130 110 17 -
CMYK 0 0.15 0.87 0.49
HSL 49.38º 0.77% 0.29% -
HSV(B) 49.38º 0.87% 0.51% -
XYZ 14.88 15.94 2.82 -
YUV 105.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 130 110 17 0 0.15 0.87 0.49 49.38 0.77 0.29
Hex 82 6E 11 0 F 57 31 31 4D 1D
Octal 202 156 21 0 17 127 61 61 115 35
Binary 10000010 1101110 10001 0 1111 1010111 110001 110001 1001101 11101

Color Harmonies of #826E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E11

Black with #826E11

Text Example


Text Example

White with #826E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,110,17); }

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

background-color css

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

 a { background-color: rgb(130,110,17); }

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

border-color css

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

 span { border-color: rgb(130,110,17); }

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