Html Css Color HEX #82660F Yukon Gold

📋 copy color: '#82660F'

red 130 ◦ green 102 ◦ blue 15

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

Shades of Yukon Gold #82660F

Tints of Yukon Gold #82660F

RGB

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

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

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

R = 52.63%
G = 41.3%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#82660F (or 0x82660F) is known color: Yukon Gold. HEX triplet: 82, 66 and 0F. RGB value is (130,102,15). Sum of RGB (Red+Green+Blue) = 130+102+15=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #82660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82660F is #7D99F0. Grayscale: #646464. Windows color (decimal): -8231409 or 1009282. OLE color: 1009282.

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

Color convert

RGB 130 102 15 -
CMYK 0 0.22 0.88 0.49
HSL 45.39º 0.79% 0.28% -
HSV(B) 45.39º 0.88% 0.51% -
XYZ 14.04 14.28 2.47 -
YUV 100.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 130 102 15 0 0.22 0.88 0.49 45.39 0.79 0.28
Hex 82 66 F 0 16 58 31 2D 4F 1C
Octal 202 146 17 0 26 130 61 55 117 34
Binary 10000010 1100110 1111 0 10110 1011000 110001 101101 1001111 11100

Color Harmonies of #82660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82660F

Black with #82660F

Text Example


Text Example

White with #82660F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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