Html Css Color HEX #826615 Yukon Gold

📋 copy color: '#826615'

red 130 ◦ green 102 ◦ blue 21

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

Shades of Yukon Gold #826615

Tints of Yukon Gold #826615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.32%

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 51.38%
G = 40.32%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#826615 (or 0x826615) is known color: Yukon Gold. HEX triplet: 82, 66 and 15. RGB value is (130,102,21). Sum of RGB (Red+Green+Blue) = 130+102+21=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #826615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826615 is #7D99EA. Grayscale: #656565. Windows color (decimal): -8231403 or 1402498. OLE color: 1402498.

HSL color Cylindrical-coordinate representation of color #826615: hue angle of 44.59º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #826615 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 21 -
CMYK 0 0.22 0.84 0.49
HSL 44.59º 0.72% 0.3% -
HSV(B) 44.59º 0.84% 0.51% -
XYZ 14.09 14.3 2.73 -
YUV 101.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 130 102 21 0 0.22 0.84 0.49 44.59 0.72 0.3
Hex 82 66 15 0 16 54 31 2D 48 1E
Octal 202 146 25 0 26 124 61 55 110 36
Binary 10000010 1100110 10101 0 10110 1010100 110001 101101 1001000 11110

Color Harmonies of #826615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826615

Black with #826615

Text Example


Text Example

White with #826615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826615; }

 p { color: rgb(130,102,21); }

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

background-color css

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

 a { background-color: rgb(130,102,21); }

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

border-color css

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

 span { border-color: rgb(130,102,21); }

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