Html Css Color HEX #826406 Yukon Gold

📋 copy color: '#826406'

red 130 ◦ green 100 ◦ blue 6

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

Shades of Yukon Gold #826406

Tints of Yukon Gold #826406

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.37%

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 55.08%
G = 42.37%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#826406 (or 0x826406) is known color: Yukon Gold. HEX triplet: 82, 64 and 06. RGB value is (130,100,6). Sum of RGB (Red+Green+Blue) = 130+100+6=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #826406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826406 is #7D9BF9. Grayscale: #626262. Windows color (decimal): -8231930 or 418946. OLE color: 418946.

HSL color Cylindrical-coordinate representation of color #826406: hue angle of 45.48º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #826406 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 6 -
CMYK 0 0.23 0.95 0.49
HSL 45.48º 0.91% 0.27% -
HSV(B) 45.48º 0.95% 0.51% -
XYZ 13.8 13.87 2.12 -
YUV 98.25 75.94 150.64 -
System Red Green Blue C M Y K H S L
Decimal 130 100 6 0 0.23 0.95 0.49 45.48 0.91 0.27
Hex 82 64 6 0 17 5F 31 2D 5B 1B
Octal 202 144 6 0 27 137 61 55 133 33
Binary 10000010 1100100 110 0 10111 1011111 110001 101101 1011011 11011

Color Harmonies of #826406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826406

Black with #826406

Text Example


Text Example

White with #826406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826406; }

 p { color: rgb(130,100,6); }

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

background-color css

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

 a { background-color: rgb(130,100,6); }

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

border-color css

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

 span { border-color: rgb(130,100,6); }

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