Html Css Color HEX #86631F Yukon Gold

📋 copy color: '#86631F'

red 134 ◦ green 99 ◦ blue 31

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

Shades of Yukon Gold #86631F

Tints of Yukon Gold #86631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 50.76%
G = 37.5%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86631F (or 0x86631F) is known color: Yukon Gold. HEX triplet: 86, 63 and 1F. RGB value is (134,99,31). Sum of RGB (Red+Green+Blue) = 134+99+31=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86631F is #799CE0. Grayscale: #666666. Windows color (decimal): -7970017 or 2057094. OLE color: 2057094.

HSL color Cylindrical-coordinate representation of color #86631F: hue angle of 39.61º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86631F is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 31 -
CMYK 0 0.26 0.77 0.47
HSL 39.61º 0.62% 0.32% -
HSV(B) 39.61º 0.77% 0.53% -
XYZ 14.54 14.09 3.25 -
YUV 101.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 134 99 31 0 0.26 0.77 0.47 39.61 0.62 0.32
Hex 86 63 1F 0 1A 4D 2F 28 3E 20
Octal 206 143 37 0 32 115 57 50 76 40
Binary 10000110 1100011 11111 0 11010 1001101 101111 101000 111110 100000

Color Harmonies of #86631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86631F

Black with #86631F

Text Example


Text Example

White with #86631F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,99,31); }

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

background-color css

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

 a { background-color: rgb(134,99,31); }

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

border-color css

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

 span { border-color: rgb(134,99,31); }

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