Html Css Color HEX #826602 Yukon Gold

📋 copy color: '#826602'

red 130 ◦ green 102 ◦ blue 2

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

Shades of Yukon Gold #826602

Tints of Yukon Gold #826602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 55.56%
G = 43.59%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#826602 (or 0x826602) is known color: Yukon Gold. HEX triplet: 82, 66 and 02. RGB value is (130,102,2). Sum of RGB (Red+Green+Blue) = 130+102+2=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #826602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826602 is #7D99FD. Grayscale: #636363. Windows color (decimal): -8231422 or 157314. OLE color: 157314.

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

Color convert

RGB 130 102 2 -
CMYK 0 0.22 0.98 0.49
HSL 46.88º 0.97% 0.26% -
HSV(B) 46.88º 0.98% 0.51% -
XYZ 13.97 14.25 2.07 -
YUV 98.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 130 102 2 0 0.22 0.98 0.49 46.88 0.97 0.26
Hex 82 66 2 0 16 62 31 2F 61 1A
Octal 202 146 2 0 26 142 61 57 141 32
Binary 10000010 1100110 10 0 10110 1100010 110001 101111 1100001 11010

Color Harmonies of #826602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826602

Black with #826602

Text Example


Text Example

White with #826602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826602; }

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

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

background-color css

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

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

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

border-color css

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

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

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