Html Css Color HEX #826C0F Yukon Gold

📋 copy color: '#826C0F'

red 130 ◦ green 108 ◦ blue 15

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

Shades of Yukon Gold #826C0F

Tints of Yukon Gold #826C0F

RGB

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

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

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

R = 51.38%
G = 42.69%
B = 5.93%

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

#826C0F (or 0x826C0F) is known color: Yukon Gold. HEX triplet: 82, 6C and 0F. RGB value is (130,108,15). Sum of RGB (Red+Green+Blue) = 130+108+15=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #826C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826C0F is #7D93F0. Grayscale: #686868. Windows color (decimal): -8229873 or 1010818. OLE color: 1010818.

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

Color convert

RGB 130 108 15 -
CMYK 0 0.17 0.88 0.49
HSL 48.52º 0.79% 0.28% -
HSV(B) 48.52º 0.88% 0.51% -
XYZ 14.65 15.51 2.67 -
YUV 103.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 130 108 15 0 0.17 0.88 0.49 48.52 0.79 0.28
Hex 82 6C F 0 11 58 31 31 4F 1C
Octal 202 154 17 0 21 130 61 61 117 34
Binary 10000010 1101100 1111 0 10001 1011000 110001 110001 1001111 11100

Color Harmonies of #826C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C0F

Black with #826C0F

Text Example


Text Example

White with #826C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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