Html Css Color HEX #826C10 Yukon Gold

📋 copy color: '#826C10'

red 130 ◦ green 108 ◦ blue 16

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

Shades of Yukon Gold #826C10

Tints of Yukon Gold #826C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.52%

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 51.18%
G = 42.52%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#826C10 (or 0x826C10) is known color: Yukon Gold. HEX triplet: 82, 6C and 10. RGB value is (130,108,16). Sum of RGB (Red+Green+Blue) = 130+108+16=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #826C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826C10 is #7D93EF. Grayscale: #686868. Windows color (decimal): -8229872 or 1076354. OLE color: 1076354.

HSL color Cylindrical-coordinate representation of color #826C10: hue angle of 48.42º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #826C10 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 108 16 -
CMYK 0 0.17 0.88 0.49
HSL 48.42º 0.78% 0.29% -
HSV(B) 48.42º 0.88% 0.51% -
XYZ 14.66 15.51 2.71 -
YUV 104.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 130 108 16 0 0.17 0.88 0.49 48.42 0.78 0.29
Hex 82 6C 10 0 11 58 31 30 4E 1D
Octal 202 154 20 0 21 130 61 60 116 35
Binary 10000010 1101100 10000 0 10001 1011000 110001 110000 1001110 11101

Color Harmonies of #826C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C10

Black with #826C10

Text Example


Text Example

White with #826C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826C10; }

 p { color: rgb(130,108,16); }

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

background-color css

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

 a { background-color: rgb(130,108,16); }

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

border-color css

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

 span { border-color: rgb(130,108,16); }

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