Html Css Color HEX #826306 Yukon Gold

📋 copy color: '#826306'

red 130 ◦ green 99 ◦ blue 6

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

Shades of Yukon Gold #826306

Tints of Yukon Gold #826306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.13%

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

R = 55.32%
G = 42.13%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#826306 (or 0x826306) is known color: Yukon Gold. HEX triplet: 82, 63 and 06. RGB value is (130,99,6). Sum of RGB (Red+Green+Blue) = 130+99+6=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #826306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826306 is #7D9CF9. Grayscale: #626262. Windows color (decimal): -8232186 or 418690. OLE color: 418690.

HSL color Cylindrical-coordinate representation of color #826306: hue angle of 45º 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 #826306 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 99 6 -
CMYK 0 0.24 0.95 0.49
HSL 45º 0.91% 0.27% -
HSV(B) 45º 0.95% 0.51% -
XYZ 13.7 13.68 2.09 -
YUV 97.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 130 99 6 0 0.24 0.95 0.49 45 0.91 0.27
Hex 82 63 6 0 18 5F 31 2D 5B 1B
Octal 202 143 6 0 30 137 61 55 133 33
Binary 10000010 1100011 110 0 11000 1011111 110001 101101 1011011 11011

Color Harmonies of #826306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826306

Black with #826306

Text Example


Text Example

White with #826306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826306; }

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

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

background-color css

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

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

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

border-color css

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

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

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