Html Css Color HEX #826612 Yukon Gold

📋 copy color: '#826612'

red 130 ◦ green 102 ◦ blue 18

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

Shades of Yukon Gold #826612

Tints of Yukon Gold #826612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 52%
G = 40.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#826612 (or 0x826612) is known color: Yukon Gold. HEX triplet: 82, 66 and 12. RGB value is (130,102,18). Sum of RGB (Red+Green+Blue) = 130+102+18=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #826612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826612 is #7D99ED. Grayscale: #656565. Windows color (decimal): -8231406 or 1205890. OLE color: 1205890.

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

Color convert

RGB 130 102 18 -
CMYK 0 0.22 0.86 0.49
HSL 45º 0.76% 0.29% -
HSV(B) 45º 0.86% 0.51% -
XYZ 14.07 14.29 2.59 -
YUV 100.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 130 102 18 0 0.22 0.86 0.49 45 0.76 0.29
Hex 82 66 12 0 16 56 31 2D 4C 1D
Octal 202 146 22 0 26 126 61 55 114 35
Binary 10000010 1100110 10010 0 10110 1010110 110001 101101 1001100 11101

Color Harmonies of #826612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826612

Black with #826612

Text Example


Text Example

White with #826612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826612; }

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

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

background-color css

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

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

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

border-color css

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

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

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