Html Css Color HEX #826C24 Yukon Gold

📋 copy color: '#826C24'

red 130 ◦ green 108 ◦ blue 36

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

Shades of Yukon Gold #826C24

Tints of Yukon Gold #826C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.14%

R = 47.45%
G = 39.42%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#826C24 (or 0x826C24) is known color: Yukon Gold. HEX triplet: 82, 6C and 24. RGB value is (130,108,36). Sum of RGB (Red+Green+Blue) = 130+108+36=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #826C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C24 is #7D93DB. Grayscale: #6A6A6A. Windows color (decimal): -8229852 or 2387074. OLE color: 2387074.

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

Color convert

RGB 130 108 36 -
CMYK 0 0.17 0.72 0.49
HSL 45.96º 0.57% 0.33% -
HSV(B) 45.96º 0.72% 0.51% -
XYZ 14.89 15.6 3.9 -
YUV 106.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 130 108 36 0 0.17 0.72 0.49 45.96 0.57 0.33
Hex 82 6C 24 0 11 48 31 2E 39 21
Octal 202 154 44 0 21 110 61 56 71 41
Binary 10000010 1101100 100100 0 10001 1001000 110001 101110 111001 100001

Color Harmonies of #826C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C24

Black with #826C24

Text Example


Text Example

White with #826C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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