Html Css Color HEX #82680B Yukon Gold

📋 copy color: '#82680B'

red 130 ◦ green 104 ◦ blue 11

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

Shades of Yukon Gold #82680B

Tints of Yukon Gold #82680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.45%

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 53.06%
G = 42.45%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82680B (or 0x82680B) is known color: Yukon Gold. HEX triplet: 82, 68 and 0B. RGB value is (130,104,11). Sum of RGB (Red+Green+Blue) = 130+104+11=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82680B is #7D97F4. Grayscale: #656565. Windows color (decimal): -8230901 or 747650. OLE color: 747650.

HSL color Cylindrical-coordinate representation of color #82680B: hue angle of 46.89º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82680B is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 11 -
CMYK 0 0.2 0.92 0.49
HSL 46.89º 0.84% 0.28% -
HSV(B) 46.89º 0.92% 0.51% -
XYZ 14.22 14.67 2.4 -
YUV 101.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 130 104 11 0 0.2 0.92 0.49 46.89 0.84 0.28
Hex 82 68 B 0 14 5C 31 2F 54 1C
Octal 202 150 13 0 24 134 61 57 124 34
Binary 10000010 1101000 1011 0 10100 1011100 110001 101111 1010100 11100

Color Harmonies of #82680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82680B

Black with #82680B

Text Example


Text Example

White with #82680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82680B; }

 p { color: rgb(130,104,11); }

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

background-color css

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

 a { background-color: rgb(130,104,11); }

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

border-color css

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

 span { border-color: rgb(130,104,11); }

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