Html Css Color HEX #826906 Yukon Gold

📋 copy color: '#826906'

red 130 ◦ green 105 ◦ blue 6

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

Shades of Yukon Gold #826906

Tints of Yukon Gold #826906

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.57%

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

R = 53.94%
G = 43.57%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#826906 (or 0x826906) is known color: Yukon Gold. HEX triplet: 82, 69 and 06. RGB value is (130,105,6). Sum of RGB (Red+Green+Blue) = 130+105+6=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #826906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826906 is #7D96F9. Grayscale: #656565. Windows color (decimal): -8230650 or 420226. OLE color: 420226.

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

Color convert

RGB 130 105 6 -
CMYK 0 0.19 0.95 0.49
HSL 47.9º 0.91% 0.27% -
HSV(B) 47.9º 0.95% 0.51% -
XYZ 14.29 14.86 2.29 -
YUV 101.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 130 105 6 0 0.19 0.95 0.49 47.9 0.91 0.27
Hex 82 69 6 0 13 5F 31 30 5B 1B
Octal 202 151 6 0 23 137 61 60 133 33
Binary 10000010 1101001 110 0 10011 1011111 110001 110000 1011011 11011

Color Harmonies of #826906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826906

Black with #826906

Text Example


Text Example

White with #826906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826906; }

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

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

background-color css

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

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

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

border-color css

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

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

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