Html Css Color HEX #826006 Yukon Gold

📋 copy color: '#826006'

red 130 ◦ green 96 ◦ blue 6

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

Shades of Yukon Gold #826006

Tints of Yukon Gold #826006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

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

R = 56.03%
G = 41.38%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#826006 (or 0x826006) is known color: Yukon Gold. HEX triplet: 82, 60 and 06. RGB value is (130,96,6). Sum of RGB (Red+Green+Blue) = 130+96+6=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #826006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826006 is #7D9FF9. Grayscale: #606060. Windows color (decimal): -8232954 or 417922. OLE color: 417922.

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

Color convert

RGB 130 96 6 -
CMYK 0 0.26 0.95 0.49
HSL 43.55º 0.91% 0.27% -
HSV(B) 43.55º 0.95% 0.51% -
XYZ 13.42 13.12 2 -
YUV 95.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 130 96 6 0 0.26 0.95 0.49 43.55 0.91 0.27
Hex 82 60 6 0 1A 5F 31 2C 5B 1B
Octal 202 140 6 0 32 137 61 54 133 33
Binary 10000010 1100000 110 0 11010 1011111 110001 101100 1011011 11011

Color Harmonies of #826006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826006

Black with #826006

Text Example


Text Example

White with #826006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826006; }

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

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

background-color css

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

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

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

border-color css

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

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

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