Html Css Color HEX #826B09 Yukon Gold

📋 copy color: '#826B09'

red 130 ◦ green 107 ◦ blue 9

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

Shades of Yukon Gold #826B09

Tints of Yukon Gold #826B09

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.5%

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

R = 52.85%
G = 43.5%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#826B09 (or 0x826B09) is known color: Yukon Gold. HEX triplet: 82, 6B and 09. RGB value is (130,107,9). Sum of RGB (Red+Green+Blue) = 130+107+9=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #826B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826B09 is #7D94F6. Grayscale: #676767. Windows color (decimal): -8230135 or 617346. OLE color: 617346.

HSL color Cylindrical-coordinate representation of color #826B09: hue angle of 48.6º 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 #826B09 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 107 9 -
CMYK 0 0.18 0.93 0.49
HSL 48.6º 0.87% 0.27% -
HSV(B) 48.6º 0.93% 0.51% -
XYZ 14.51 15.28 2.44 -
YUV 102.71 75.12 147.47 -
System Red Green Blue C M Y K H S L
Decimal 130 107 9 0 0.18 0.93 0.49 48.6 0.87 0.27
Hex 82 6B 9 0 12 5D 31 31 57 1B
Octal 202 153 11 0 22 135 61 61 127 33
Binary 10000010 1101011 1001 0 10010 1011101 110001 110001 1010111 11011

Color Harmonies of #826B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B09

Black with #826B09

Text Example


Text Example

White with #826B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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