Html Css Color HEX #826C1C Yukon Gold

📋 copy color: '#826C1C'

red 130 ◦ green 108 ◦ blue 28

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

Shades of Yukon Gold #826C1C

Tints of Yukon Gold #826C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 48.87%
G = 40.6%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#826C1C (or 0x826C1C) is known color: Yukon Gold. HEX triplet: 82, 6C and 1C. RGB value is (130,108,28). Sum of RGB (Red+Green+Blue) = 130+108+28=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #826C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C1C is #7D93E3. Grayscale: #696969. Windows color (decimal): -8229860 or 1862786. OLE color: 1862786.

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

Color convert

RGB 130 108 28 -
CMYK 0 0.17 0.78 0.49
HSL 47.06º 0.65% 0.31% -
HSV(B) 47.06º 0.78% 0.51% -
XYZ 14.78 15.55 3.32 -
YUV 105.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 130 108 28 0 0.17 0.78 0.49 47.06 0.65 0.31
Hex 82 6C 1C 0 11 4E 31 2F 41 1F
Octal 202 154 34 0 21 116 61 57 101 37
Binary 10000010 1101100 11100 0 10001 1001110 110001 101111 1000001 11111

Color Harmonies of #826C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C1C

Black with #826C1C

Text Example


Text Example

White with #826C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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