Html Css Color HEX #826C09 Yukon Gold

📋 copy color: '#826C09'

red 130 ◦ green 108 ◦ blue 9

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

Shades of Yukon Gold #826C09

Tints of Yukon Gold #826C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.64%

R = 52.63%
G = 43.72%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#826C09 (or 0x826C09) is known color: Yukon Gold. HEX triplet: 82, 6C and 09. RGB value is (130,108,9). Sum of RGB (Red+Green+Blue) = 130+108+9=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #826C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826C09 is #7D93F6. Grayscale: #676767. Windows color (decimal): -8229879 or 617602. OLE color: 617602.

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

Color convert

RGB 130 108 9 -
CMYK 0 0.17 0.93 0.49
HSL 49.09º 0.87% 0.27% -
HSV(B) 49.09º 0.93% 0.51% -
XYZ 14.62 15.49 2.48 -
YUV 103.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 130 108 9 0 0.17 0.93 0.49 49.09 0.87 0.27
Hex 82 6C 9 0 11 5D 31 31 57 1B
Octal 202 154 11 0 21 135 61 61 127 33
Binary 10000010 1101100 1001 0 10001 1011101 110001 110001 1010111 11011

Color Harmonies of #826C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C09

Black with #826C09

Text Example


Text Example

White with #826C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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