Html Css Color HEX #826604 Yukon Gold

📋 copy color: '#826604'

red 130 ◦ green 102 ◦ blue 4

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

Shades of Yukon Gold #826604

Tints of Yukon Gold #826604

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.22%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 55.08%
G = 43.22%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#826604 (or 0x826604) is known color: Yukon Gold. HEX triplet: 82, 66 and 04. RGB value is (130,102,4). Sum of RGB (Red+Green+Blue) = 130+102+4=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #826604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826604 is #7D99FB. Grayscale: #636363. Windows color (decimal): -8231420 or 288386. OLE color: 288386.

HSL color Cylindrical-coordinate representation of color #826604: hue angle of 46.67º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #826604 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 4 -
CMYK 0 0.22 0.97 0.49
HSL 46.67º 0.94% 0.26% -
HSV(B) 46.67º 0.97% 0.51% -
XYZ 13.98 14.26 2.13 -
YUV 99.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 130 102 4 0 0.22 0.97 0.49 46.67 0.94 0.26
Hex 82 66 4 0 16 61 31 2F 5E 1A
Octal 202 146 4 0 26 141 61 57 136 32
Binary 10000010 1100110 100 0 10110 1100001 110001 101111 1011110 11010

Color Harmonies of #826604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826604

Black with #826604

Text Example


Text Example

White with #826604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826604; }

 p { color: rgb(130,102,4); }

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

background-color css

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

 a { background-color: rgb(130,102,4); }

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

border-color css

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

 span { border-color: rgb(130,102,4); }

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