Html Css Color HEX #826A0F Yukon Gold

📋 copy color: '#826A0F'

red 130 ◦ green 106 ◦ blue 15

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

Shades of Yukon Gold #826A0F

Tints of Yukon Gold #826A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.23%

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 51.79%
G = 42.23%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#826A0F (or 0x826A0F) is known color: Yukon Gold. HEX triplet: 82, 6A and 0F. RGB value is (130,106,15). Sum of RGB (Red+Green+Blue) = 130+106+15=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #826A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826A0F is #7D95F0. Grayscale: #676767. Windows color (decimal): -8230385 or 1010306. OLE color: 1010306.

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

Color convert

RGB 130 106 15 -
CMYK 0 0.18 0.88 0.49
HSL 47.48º 0.79% 0.28% -
HSV(B) 47.48º 0.88% 0.51% -
XYZ 14.45 15.09 2.6 -
YUV 102.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 130 106 15 0 0.18 0.88 0.49 47.48 0.79 0.28
Hex 82 6A F 0 12 58 31 2F 4F 1C
Octal 202 152 17 0 22 130 61 57 117 34
Binary 10000010 1101010 1111 0 10010 1011000 110001 101111 1001111 11100

Color Harmonies of #826A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A0F

Black with #826A0F

Text Example


Text Example

White with #826A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,106,15); }

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

background-color css

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

 a { background-color: rgb(130,106,15); }

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

border-color css

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

 span { border-color: rgb(130,106,15); }

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