Html Css Color HEX #86651F Yukon Gold

📋 copy color: '#86651F'

red 134 ◦ green 101 ◦ blue 31

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

Shades of Yukon Gold #86651F

Tints of Yukon Gold #86651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.97%

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

R = 50.38%
G = 37.97%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86651F (or 0x86651F) is known color: Yukon Gold. HEX triplet: 86, 65 and 1F. RGB value is (134,101,31). Sum of RGB (Red+Green+Blue) = 134+101+31=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86651F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86651F is #799AE0. Grayscale: #676767. Windows color (decimal): -7969505 or 2057606. OLE color: 2057606.

HSL color Cylindrical-coordinate representation of color #86651F: hue angle of 40.78º 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 #86651F is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 101 31 -
CMYK 0 0.25 0.77 0.47
HSL 40.78º 0.62% 0.32% -
HSV(B) 40.78º 0.77% 0.53% -
XYZ 14.73 14.47 3.31 -
YUV 102.89 87.43 150.19 -
System Red Green Blue C M Y K H S L
Decimal 134 101 31 0 0.25 0.77 0.47 40.78 0.62 0.32
Hex 86 65 1F 0 19 4D 2F 29 3E 20
Octal 206 145 37 0 31 115 57 51 76 40
Binary 10000110 1100101 11111 0 11001 1001101 101111 101001 111110 100000

Color Harmonies of #86651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86651F

Black with #86651F

Text Example


Text Example

White with #86651F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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