Html Css Color HEX #826F0F Yukon Gold

📋 copy color: '#826F0F'

red 130 ◦ green 111 ◦ blue 15

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

Shades of Yukon Gold #826F0F

Tints of Yukon Gold #826F0F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.36%

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

R = 50.78%
G = 43.36%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#826F0F (or 0x826F0F) is known color: Yukon Gold. HEX triplet: 82, 6F and 0F. RGB value is (130,111,15). Sum of RGB (Red+Green+Blue) = 130+111+15=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #826F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F0F is #7D90F0. Grayscale: #6A6A6A. Windows color (decimal): -8229105 or 1011586. OLE color: 1011586.

HSL color Cylindrical-coordinate representation of color #826F0F: hue angle of 50.09º 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 #826F0F is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 111 15 -
CMYK 0 0.15 0.88 0.49
HSL 50.09º 0.79% 0.28% -
HSV(B) 50.09º 0.88% 0.51% -
XYZ 14.98 16.15 2.78 -
YUV 105.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 130 111 15 0 0.15 0.88 0.49 50.09 0.79 0.28
Hex 82 6F F 0 F 58 31 32 4F 1C
Octal 202 157 17 0 17 130 61 62 117 34
Binary 10000010 1101111 1111 0 1111 1011000 110001 110010 1001111 11100

Color Harmonies of #826F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F0F

Black with #826F0F

Text Example


Text Example

White with #826F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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