Html Css Color HEX #826613 Yukon Gold

📋 copy color: '#826613'

red 130 ◦ green 102 ◦ blue 19

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

Shades of Yukon Gold #826613

Tints of Yukon Gold #826613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 51.79%
G = 40.64%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#826613 (or 0x826613) is known color: Yukon Gold. HEX triplet: 82, 66 and 13. RGB value is (130,102,19). Sum of RGB (Red+Green+Blue) = 130+102+19=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #826613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826613 is #7D99EC. Grayscale: #656565. Windows color (decimal): -8231405 or 1271426. OLE color: 1271426.

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

Color convert

RGB 130 102 19 -
CMYK 0 0.22 0.85 0.49
HSL 44.86º 0.74% 0.29% -
HSV(B) 44.86º 0.85% 0.51% -
XYZ 14.07 14.3 2.63 -
YUV 100.91 81.78 148.75 -
System Red Green Blue C M Y K H S L
Decimal 130 102 19 0 0.22 0.85 0.49 44.86 0.74 0.29
Hex 82 66 13 0 16 55 31 2D 4A 1D
Octal 202 146 23 0 26 125 61 55 112 35
Binary 10000010 1100110 10011 0 10110 1010101 110001 101101 1001010 11101

Color Harmonies of #826613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826613

Black with #826613

Text Example


Text Example

White with #826613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826613; }

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

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

background-color css

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

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

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

border-color css

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

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

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