Html Css Color HEX #82680F Yukon Gold

📋 copy color: '#82680F'

red 130 ◦ green 104 ◦ blue 15

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

Shades of Yukon Gold #82680F

Tints of Yukon Gold #82680F

RGB

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

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

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

R = 52.21%
G = 41.77%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#82680F (or 0x82680F) is known color: Yukon Gold. HEX triplet: 82, 68 and 0F. RGB value is (130,104,15). Sum of RGB (Red+Green+Blue) = 130+104+15=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #82680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82680F is #7D97F0. Grayscale: #666666. Windows color (decimal): -8230897 or 1009794. OLE color: 1009794.

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

Color convert

RGB 130 104 15 -
CMYK 0 0.2 0.88 0.49
HSL 46.43º 0.79% 0.28% -
HSV(B) 46.43º 0.88% 0.51% -
XYZ 14.24 14.68 2.53 -
YUV 101.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 130 104 15 0 0.2 0.88 0.49 46.43 0.79 0.28
Hex 82 68 F 0 14 58 31 2E 4F 1C
Octal 202 150 17 0 24 130 61 56 117 34
Binary 10000010 1101000 1111 0 10100 1011000 110001 101110 1001111 11100

Color Harmonies of #82680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82680F

Black with #82680F

Text Example


Text Example

White with #82680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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