Html Css Color HEX #826C0E Yukon Gold

📋 copy color: '#826C0E'

red 130 ◦ green 108 ◦ blue 14

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

Shades of Yukon Gold #826C0E

Tints of Yukon Gold #826C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 51.59%
G = 42.86%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#826C0E (or 0x826C0E) is known color: Yukon Gold. HEX triplet: 82, 6C and 0E. RGB value is (130,108,14). Sum of RGB (Red+Green+Blue) = 130+108+14=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #826C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826C0E is #7D93F1. Grayscale: #686868. Windows color (decimal): -8229874 or 945282. OLE color: 945282.

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

Color convert

RGB 130 108 14 -
CMYK 0 0.17 0.89 0.49
HSL 48.62º 0.81% 0.28% -
HSV(B) 48.62º 0.89% 0.51% -
XYZ 14.65 15.5 2.64 -
YUV 103.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 130 108 14 0 0.17 0.89 0.49 48.62 0.81 0.28
Hex 82 6C E 0 11 59 31 31 51 1C
Octal 202 154 16 0 21 131 61 61 121 34
Binary 10000010 1101100 1110 0 10001 1011001 110001 110001 1010001 11100

Color Harmonies of #826C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C0E

Black with #826C0E

Text Example


Text Example

White with #826C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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