Html Css Color HEX #826619 Yukon Gold

📋 copy color: '#826619'

red 130 ◦ green 102 ◦ blue 25

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

Shades of Yukon Gold #826619

Tints of Yukon Gold #826619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 50.58%
G = 39.69%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#826619 (or 0x826619) is known color: Yukon Gold. HEX triplet: 82, 66 and 19. RGB value is (130,102,25). Sum of RGB (Red+Green+Blue) = 130+102+25=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #826619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826619 is #7D99E6. Grayscale: #656565. Windows color (decimal): -8231399 or 1664642. OLE color: 1664642.

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

Color convert

RGB 130 102 25 -
CMYK 0 0.22 0.81 0.49
HSL 44º 0.68% 0.3% -
HSV(B) 44º 0.81% 0.51% -
XYZ 14.13 14.32 2.94 -
YUV 101.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 130 102 25 0 0.22 0.81 0.49 44 0.68 0.3
Hex 82 66 19 0 16 51 31 2C 44 1E
Octal 202 146 31 0 26 121 61 54 104 36
Binary 10000010 1100110 11001 0 10110 1010001 110001 101100 1000100 11110

Color Harmonies of #826619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826619

Black with #826619

Text Example


Text Example

White with #826619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826619; }

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

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

background-color css

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

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

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

border-color css

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

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

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