Html Css Color HEX #86731C Yukon Gold

📋 copy color: '#86731C'

red 134 ◦ green 115 ◦ blue 28

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

Shades of Yukon Gold #86731C

Tints of Yukon Gold #86731C

RGB

 RED value IS 134 (52.73% from 255) = 48.38%

 GREEN value IS 115 (45.31% from 255) = 41.52%

 BLUE value IS 28 (11.33% from 255) = 10.11%

R = 48.38%
G = 41.52%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86731C (or 0x86731C) is known color: Yukon Gold. HEX triplet: 86, 73 and 1C. RGB value is (134,115,28). Sum of RGB (Red+Green+Blue) = 134+115+28=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86731C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86731C is #798CE3. Grayscale: #6F6F6F. Windows color (decimal): -7965924 or 1864582. OLE color: 1864582.

HSL color Cylindrical-coordinate representation of color #86731C: hue angle of 49.25º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86731C is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 115 28 -
CMYK 0 0.14 0.79 0.47
HSL 49.25º 0.65% 0.32% -
HSV(B) 49.25º 0.79% 0.53% -
XYZ 16.17 17.41 3.61 -
YUV 110.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 134 115 28 0 0.14 0.79 0.47 49.25 0.65 0.32
Hex 86 73 1C 0 E 4F 2F 31 41 20
Octal 206 163 34 0 16 117 57 61 101 40
Binary 10000110 1110011 11100 0 1110 1001111 101111 110001 1000001 100000

Color Harmonies of #86731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86731C

Black with #86731C

Text Example


Text Example

White with #86731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86731C; }

 p { color: rgb(134,115,28); }

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

background-color css

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

 a { background-color: rgb(134,115,28); }

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

border-color css

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

 span { border-color: rgb(134,115,28); }

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